You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Domain matching rule using regex seems to overkill.
Using regex, it is hard to predict what domain matches the rule.
More restricted pattern matching syntax is preferable like:
address:
Specif:
Domain:
# match "mail.google.com", "images.google.com", ...
# not match "google.com", "www.images.google.com"
pattern: "*.google.com"
Domain matching rule using regex seems to overkill.
Using regex, it is hard to predict what domain matches the rule.
More restricted pattern matching syntax is preferable like:
The text was updated successfully, but these errors were encountered: