fre 2008-04-25 klockan 09:51 -0400 skrev Steven Pfister: > Does squid as it's installed do any kind of checking of URLs for signs of > attacks, or does something additional need to be installed (and what's > popular for that)?
Squid checks that the request is a properly formed HTTP request, which stops a large number of bad things, but not all. Additionally you can apply several types of ACLs to further restrict the forwarded traffic based on - method - requested URL (pattern) - HTTP request headers (pattern) Regards Henrik