Re: [squid-users] limiting access to certain browsers.

From: Tim Bates <tin@dont-contact.us>
Date: Sat, 16 Feb 2008 11:38:19 +1100

Bert Rapp wrote:
> Here's an example of how I expect to use it:
>
> acl mozacl browser MOZILLA
> http_access allow mozacl
> http_access deny all
>
> But I think this would block access completely to IE.
You can use multiple acls to make it happen. My head's not functioning
fully right now (so you should double check this), but something like
this should do it:

acl mazacl browser MOZILLA
acl exploder browser <whatever IE's ID is here>
acl sitelist dstdomain <path to filename listing sites allowed>
http_access allow mozacl
http_access allow exploder sitelist
http_access deny all

Tim B
Received on Fri Feb 15 2008 - 17:38:29 MST

This archive was generated by hypermail pre-2.1.9 : Sat Mar 01 2008 - 12:00:05 MST