Andrew.V.Kovalev@jet.msk.su writes:
>Sorry if this is a trivial question, but anyway:
>
>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$
>
>in squid.conf it would be wonderfull.
See the ACL rules:
acl foo pattern .*\.class
http_access deny foo
Duane W.
Received on Thu Jun 13 1996 - 08:03:16 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:30 MST