[squid-users] block on browser type?

2007-09-24 Thread nairb rotsak
Hello all, I searched and couldn't find a way to do this. We are trying to block IE 7. We have citrix farms set up with IE 6, Squid and Dansguardian. There are a few rogue people (think political here.. we can just lock down anything not coming from the Squid box) that believe they are

Re: [squid-users] block on browser type?

2007-09-24 Thread Adrian Chadd
Hm, isn't there an option to block based on user-agent? User-Agent is just another header after all. If in doubt, it definitely should be doable via an external-acl helper. I know you can pass it arbitrary headers.. Adrian On Mon, Sep 24, 2007, nairb rotsak wrote: Hello all, I searched

Re: [squid-users] block on browser type?

2007-09-24 Thread Manoj_Rajkarnikar
On Tue, 25 Sep 2007, Adrian Chadd wrote: Hm, isn't there an option to block based on user-agent? User-Agent is just another header after all. yes there is. acl BROWSER browser -i Mozilla \(compatible; MSIE\) This should match mozilla and msie based browsers. Manoj If in doubt, it