Guest User!

You are not Sophos Staff.

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

Web filtering exception based on user agent

Hi everybody,

I'd like to create an exception to bypass web filtering for all request coming from a specific network (easy) and with a specific user agent (ie : Firefox).

When trying Coming from these user agents with

.[A-Za-z0-9.-]*Firefox*  (found in a forum)

or

Firefox.*

or

.*Firefox.*

Nothing works...

Any idea ?

Thanks for your help.



This thread was automatically locked due to age.
Parents
  • Salut Renaud and welcome to the UTM Community!

    I haven't tried this, so I'm not sure what string is required for Firefox.  What do you learn from doing the following at the command line?

    grep 'ua="' /var/log/http.log|grep irefox

    Cheers - Bob

    NOTE 5 hours later: I just saw Peter-Paul's post and have marked it as the answer.

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • Salut Renaud and welcome to the UTM Community!

    I haven't tried this, so I'm not sure what string is required for Firefox.  What do you learn from doing the following at the command line?

    grep 'ua="' /var/log/http.log|grep irefox

    Cheers - Bob

    NOTE 5 hours later: I just saw Peter-Paul's post and have marked it as the answer.

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Children
No Data