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

How do I successfully block EXE's?

Hi,

I'm trying to block .exe's (and various other file extensions) with no success - can someone tell me how to do it correctly...please!

Looking at documentaion astaro there are varoius ways to do it... 

HTTP-Proxy (Custom HTML content removal):
An extension filter that filters all files that have .exe extension only:
(?i)\s.+?\.exe\s

Blocking certain file types in the HTTP proxy: In the "URL blacklist" 
If you want to block all files ending with .exe (or .eXE, .EXE ...) you enter \.[e|Ex|Xe|E]$

Blocking .exe and .mp3 Files Using Regular Expressions:  open 'URL Blacklist' and add the following entry
(^.*\.[Ee][Xx][Ee]$ , ^.*\.[Mm][Pp]3$)

I've tried the above and it doesn't seem to work correctly - it either blocks too much (anything with exe in the full URL) or doesn't block at all - can someone please tell me where to place these rules and how they should be constructed?

Also - why do none say put the rules under 'File Extensdion Blocking' - which doesn't seem to work either....?

Thanks very much for your help with this.  It is very frustrating and I can't see where I have made an error so you help is very much appreciated to set me straight!

Cheers,
Nikki


This thread was automatically locked due to age.
Parents Reply
  • I am trying to block all access to .info web sites.  I work in a school system, and most of the proxies I see have this extension.

    I tried putting info in the file extension blocking, but that didn't work.

    Any suggestions?
Children