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
  • As I said... REGEX is not my thing, but I came up with this, which seems to match all of the examples above.

    ^https?://([a-z0-9\._-]+)?ebay\.co(m)?([a-z\.]{3,7})?([/a-z0-9_-]+)?/ws/eBayISAPI\.dll


    Is there anything technically wrong with this, or can it be improved?
Reply
  • As I said... REGEX is not my thing, but I came up with this, which seems to match all of the examples above.

    ^https?://([a-z0-9\._-]+)?ebay\.co(m)?([a-z\.]{3,7})?([/a-z0-9_-]+)?/ws/eBayISAPI\.dll


    Is there anything technically wrong with this, or can it be improved?
Children
No Data