03-21-2025 06:52 AM
We recently implemented a pair of FW1120's with full FTD licensing. Configuring access control policies to block specific websites and URL categories.
One of the categories we have blocked is "games" which does a great job of blocking those websites. However, my users have discovered that by going to Google, searching for "solitaire" it brings up a listing of URL's that host solitaire. Clicking those links results in a firewall block. However, Google also hosts their own versions of solitaire and other games. Which can be played directly from the main search page without triggering the block.
I don't want to do a complete block on Google, but cannot find the right filter to put in place and block those games.
Any suggestions would be appreciated.
05-14-2025 12:38 PM
I've blocked everything Google except for search in the Apps section of the config. I'm still working on SSL Decryption
The provided link does not work. Can you confirm? (I did check and it's not being blocked by my rules.)
05-19-2025 04:08 AM - edited 05-19-2025 04:13 AM
Hello @spauldingd
Google games uses the same URL as the www.google.com
for example the PACMAN is : https://www.google.com/logos/2010/pacman10-hp.html
in case you are using explicit deployment, you can create a URL category to block the "pacman" in the regex section
or to avoid high load on the WSA, you can add the full URL in the regEx section:
for more information to configure the RegEx I can share this link:
in this case , you need yo add all the Google online Games URLs one by one
And if you are using Transparent deployment, you need to decrypt all Google.com traffic ( which will puts some extra load on your WSA ) and then block the games, from the AccessPolicy for the CustomURL category that you created for those games
Regards,
Amirhossein Mojarrad
+++++++++++++++++++++++++++++++++++++++++++++++++++
++++ If you find this answer helpful, please rate it as such ++++
+++++++++++++++++++++++++++++++++++++++++++++++++++
06-10-2025 04:07 AM
07-02-2025 09:42 AM
Can you confirm if issue solve or not
Thanks
MHM
07-07-2025 07:39 AM
To block Google games without blocking all of Google, enable SSL decryption and create custom URL filters with regex for paths like /logos/.* or keywords like "solitaire" and "pacman."
11-12-2025 09:32 PM
Yeah, this one’s a tricky situation because Google hosts those mini-games directly under their main domain, which means traditional URL category filters don’t catch them. Since the games run from google.com itself, the firewall sees it as normal Google traffic, not a separate “games” site.
One option is to create a custom URL or application rule that specifically targets those paths used by the games. For example, you can block requests containing /games, /play, or specific query parameters like q=solitaire or q=tic+tac+toe. It’s not perfect, but it helps limit direct access while keeping normal Google search functionality.
You could also consider using DNS inspection or SSL decryption with URL filtering enabled, so the firewall can actually read and act on the specific page requests within Google. That way, you can fine-tune access without blocking all of Google. Null's Brawl APK
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide