This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to make Webfiltering Exception URL Searche Engine Friendly

Hello,
on my Sophos UTM9 WebProtection there are Web Filtering Categories active.
Somethimes I have to make an exception on an URL for a Domain
For Example: muenchen.tv
I could easy do this by writing into the exception "muenchen.tv" but then any target URL in which this String is situated the exception works.
So I did it more dedicated.
"^https?://([A-Za-z0-9.-]*\.)?muenchen\.tv/"
But now, if the domain is opened by the resultset of a searchengine sometimes the exception does not work, cause some resulting URLs have different strings – like this
"www.google.de/url
Now I did an addition exception for SearchEngines
“^https?://[A-Za-z0-9.-]*\.(google|bing|yahoo)\.(de|com)\.*(muenchen.tv)*”
This works, but I must implement every searchengine manual. 
Is there a better or simpler way to do this?


This thread was automatically locked due to age.