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

Blocking specific extension from specific Site

Hi  guys.
[:$]
I'm having a site which I have to connect to and work with.
Unfortunately, this site using vbs files.
My goal: excluding ONLY the vbs from "Blocked file extensions"
And ONLY to this site.
Any Idea how to achieve this?

Thanks…


This thread was automatically locked due to age.
Parents
  • Maybe one of the local REGEX gurus can answer this one.  For example, I think the following matches any domain name with a 6-letter name that's not "domain": (?!domain)\d{6}

    If you could combine that with something that matches "vbs" in a URL exception, you could skip extension blocking for URLs without "domain" and "vbs" in them.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • Maybe one of the local REGEX gurus can answer this one.  For example, I think the following matches any domain name with a 6-letter name that's not "domain": (?!domain)\d{6}

    If you could combine that with something that matches "vbs" in a URL exception, you could skip extension blocking for URLs without "domain" and "vbs" in them.

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