ProxySG & Advanced Secure Gateway

 View Only
  • 1.  How to block specific firefox user-agent version

    Posted Oct 18, 2018 09:55 AM
      |   view attached

    Hello Experts,

     

    We have a requirement for block firefox version 34 on proxySG. SGOS version is 6.6.5.13. I do see only upto firefox version 16.x on the list.

     

    Can you please advise if current SGOS does not support our requirement.

     

    Regards,

    Anoop



  • 2.  RE: How to block specific firefox user-agent version
    Best Answer

    Posted Oct 18, 2018 11:32 PM

    Hi Anoop,

                   SGOS provides you option to choose a User-Agent from the pre-defined list or you can create your own by using respective identification strings. You can use the source object of "Request Header…" to create this. Select the header name as User-Agent and fill the Header Regex with the string required. Example below is for Firefox 34.0 in all OS platforms. You can then use this to deny.

     

     


    String to use for FF 34.0:

    ^Mozilla.*Firefox/34\.0$

     

    CPL equaling for blocking this FF user agent is below

    <Proxy>
    request.header.User-Agent="^Mozilla.*Firefox/34\.0$" Deny

     


    Note: User-Agent strings can be easily manipulated by used third-party plugins in browsers



  • 3.  RE: How to block specific firefox user-agent version

    Posted Oct 21, 2018 11:37 PM

    Hi Aravind,

     

    Appreciate your prompt response. Looks like this will work for us. Thank you.

     

    Regards,

    Anoop