> 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ömReceived 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