Subdomain matching not working as expected #181
Labels
bug
Something isn't working
Fixed/Completed
Commits related to this are in master, if the issue is still open, it's yet to be released
Milestone
I have a link to
https://sub2.sub.domain.com/url/to/page.html
Initially I tried a domain rule for
*.domain.com
which did not matchI tried the following regexes:
.*\.domain.com
did not work.*\.domain\.com/.*
did not workeven
.*
did not work.The text was updated successfully, but these errors were encountered: