It depends on the ordering of the rules. If I had a rule called
blocksex blocking URLs and another rule called
internet that did the authentication of users, I'd have it in my squid.conf file in the following order:
Code:
acl blocksex dstdom_regex -i sex
acl internet proxy_auth REQUIRED
http_access deny blocksex
http_access allow internet
P.S. Don't assume anything from the blocksex rule - I don't mind how much sex you browse