RE: [squid-users] restricting download of .exe files ....

From: Adam Aube <aaube@dont-contact.us>
Date: Fri, 18 Jul 2003 15:57:28 -0400

> How do I block the download of .exe files via the browser?
> I want to block .exe, zip, and other potentially executable
> files ...

acl progs urlpath_regex -i \.exe$
http_access deny progs

The -i makes the matching case insensitive, and the $ makes it
match at the end of the line.

This was recently asked on the list, and is also described in
the default squid.conf. Next time please check in these places
first.

Adam

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001
Received on Fri Jul 18 2003 - 13:57:33 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:11 MST