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
Suppose I have this link https://foo.work.com/bar. I created a Glob rule https://*.work.com/*. It's not matching.
I just wanted to check if the url matches the subdomain.
The text was updated successfully, but these errors were encountered:
(Away from my PC, so couldn't verify why it's not working)
Glob rules have lot of issues currently (since globs in general are meant for file paths, not URLs but I implemented it anyway back then). I plan to rewrite it some point in future to fully support URLs.
You can use domain rule as a replacement (for your example, rule could be foo.work.com, foo1.work.com, foo2.work.com).
Suppose I have this link
https://foo.work.com/bar
. I created a Glob rulehttps://*.work.com/*
. It's not matching.I just wanted to check if the url matches the subdomain.
The text was updated successfully, but these errors were encountered: