URL Blocklist entry | Result |
abc.com | Denies all requests to abc.com, www.abc.com, and sub.www.abc.com. |
http://abc.com | Denies all HTTP requests to abc.com and any of its subdomains, but allows HTTPS requests. |
https://* | Denies all HTTPS requests to any domain. |
mail.abc.com | Denies requests to mail.abc.com but not to www.abc.com or abc.com. |
.abc.com | Denies requests to abc.com but not its subdomains, like abc.com/docs. |
.www.abc.com | Denies requests to www.abc.com but not its subdomains. |
* | Denies all requests except for those to blocklist exception URLs. This includes any URL scheme, such as http://google.com, https://gmail.com, and chrome://policy. |
:8080 | Denies all requests to port 8080. |
abc.com/stuff | Denies all requests to abc.com/stuff and its subdomains. |
192.0.2.1 | Denies requests to this exact IP address. |
?v *?abc* *?abc=* *?abc=100* | Denies any request with the query ?abc=100. |
?b=2&a=1 | Denies any request with the following queries: ?b=2&a=1 |
?a=1&b=2 | Denies any request with the following queries: ?a=1&b=2 |
?a=1&c=3&b=2 | Denies any request with the following queries: ?a=1&c=3&b=2 |
youtube.com/watch?v=abc | Denies youtube video with id abc. |