Hi @kiwi That does help to provide some additional context to the text within the pop-up menu. The challenge is trying to determine if there are inaccuracies in the description. For example: the pop-up box says "if you enter the domain as xyz.com/, you will only allow xyz.com." and the link you found says "google.com/ - will match only google.com" on line 8. This lines up with the example provided from the pop-up. However, on line 5 from the link it says: " *.google.com/ - will match blog1.blog2.google.com but will not match google.com" This is where I'm a little confused as I'm struggling to understand why the line 5 example would only match a domain name with sub-domains and not the domain AND any other sub-domains. I'm inheriting a poorly managed firewall and if line 5 is correct, if I want to block badsite.com and any other subdomains on that site (download.badsite.com or chat.badsite.com) I will need to have two (2) entries in the filter: badsite.com/ and *.badsite.com/. I want to ensure I'm applying these rules properly and not inadvertently permitting access to site we're trying to block or preventing access to sites we need to allow.
... View more