Serj A. Androsov пишет:
Hello all,

I use basic authentification and want to open full access to some site
blabla.com.

The blabla.com page can contain images from the different sites.
The authentification windows appeared because of these banners have
different site urls.

Can some explain how can I solve it?
You have something like this in your config
acl disallowed_users proxy_auth user1
acl banned url_regex -i "path_to_file"
http_access deny disallowed_users banned

IMHO better way is to use redirector (like SquidGuard or squidred) to get out banners from page

Reply via email to