On Tue, Apr 17, 2007 at 01:58:01PM -0800, Chris Robertson wrote:
> 
> acl cookieBlockSite dstdomain .certain.site
> header_access Set-Cookie deny cookieBlockSite

Brilliant! I set up something like this:

acl cookieBlockSite dstdom_regex msn\.
acl cookieBlockSite dstdom_regex aol\.
..
..
..

Or is it more preferable dump the above into an external file:

acl cookieBlockSite dstdom_regex "/etc/squid/cookie-blocked.acl"

-- 
Craig Skinner | http://www.kepax.co.uk | [EMAIL PROTECTED]

Reply via email to