Review Wildcard Behavior
An asterisk (*) matches any sequence of characters in a URL, including subpaths, query strings, and subdomains. Place it anywhere in a pattern to capture variable content.
Implicit wildcard at the end of every rule. All URL entries have an implied * appended automatically. Blocking website.com behaves the same as blocking website.com*, which blocks website.com, website.com/page, and any other URL that begins with that string.
Block rules and allow rules use identical wildcard syntax. The examples below use block rules, but the same patterns work for allow rules: they allow the matched content instead of blocking it.

Look Up Wildcard Patterns
Keep Search Filtering Active
The*search*term pattern targets only search result pages, which makes it useful for filtering specific queries without blocking the broader site.
Do not add Google.com, Google.com/search, or YouTube.com to the allow list. Adding those addresses directly to the allow list bypasses search filtering.
Apply Common Block Patterns
GoGuardian recommends adding the following wildcard patterns to your default block policy. These patterns target common circumvention tools and high-traffic restricted sites.Resources
Create a Filtering Policy
Add wildcard rules to a new or existing policy.
A Site Is Blocked Unexpectedly
Troubleshoot blocks caused by wildcard rules or category filtering.