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

Granular Web Protection

Using the default Web Protection > Web Filter Profiles > Filter Actions > Default content filter action I am having an issue with the eBay captcha images not being displayed. These images are used when asking a seller a question.
Because the captcha image is created via a DLL, it is being blocked by the content filter.

If I enable downloading DLL files in a custom profile it all works fine, but I would prefer not to do this on a global basis.
Is there a way to limit DLL downloads to just eBay.com or to a specific DLL file (eBayISAPI.dll)?


This thread was automatically locked due to age.
Parents
  • Thanks Bob, that specific REGEX string does work.
    However...

    After doing a bit more investigation, It would seem that the URL is not always constant, but the DLL is.
    contact.ebay.com/.../eBayISAPI.dll
    
    cgi4.ebay.com/.../eBayISAPI.dll
    contact.ebay.com.au/.../eBayISAPI.dll
    cgi4.ebay.com.au/.../eBayISAPI.dll


    I have a very limited understanding of REGEX, so I need some more advice here.

    From what I have found, the URL string always contains "ebay.com" and "eBayISAPI.dll". Is there a REGEX that does not make the URL country specific (no ebay.com.au for example) and that cuts out the bits between the domain and the DLL file name?
    I could obviously add a REGEX for each of the above examples to the filter, but it would be better if a single, more generic, REGEX could be used.

    Is it possible to make the REGEX more generic to handle different eBay URL strings?
Reply
  • Thanks Bob, that specific REGEX string does work.
    However...

    After doing a bit more investigation, It would seem that the URL is not always constant, but the DLL is.
    contact.ebay.com/.../eBayISAPI.dll
    
    cgi4.ebay.com/.../eBayISAPI.dll
    contact.ebay.com.au/.../eBayISAPI.dll
    cgi4.ebay.com.au/.../eBayISAPI.dll


    I have a very limited understanding of REGEX, so I need some more advice here.

    From what I have found, the URL string always contains "ebay.com" and "eBayISAPI.dll". Is there a REGEX that does not make the URL country specific (no ebay.com.au for example) and that cuts out the bits between the domain and the DLL file name?
    I could obviously add a REGEX for each of the above examples to the filter, but it would be better if a single, more generic, REGEX could be used.

    Is it possible to make the REGEX more generic to handle different eBay URL strings?
Children
No Data