Re: URL filtering

From: Henrik Nordstrom <henrik.nordstrom@dont-contact.us>
Date: Thu, 13 Jun 1996 20:34:40 +0200

> Is there a way to block URL's with squid? I am paranoid and I do not
> want users to get random java applets from untrusted sources so if I
> could use something like:
>
> http_kill: .*\.class$

This can easily be done with the pattern ACL.

acl java_class \.class$

http_access deny java_class

---
Henrik Nordström
Received on Thu Jun 13 1996 - 11:34:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:30 MST