[squid-users] Useragent request/reply headers with squid .

Walter H. Walter.H at mathemainzel.info
Sat Jun 15 09:10:33 UTC 2019


On 15.06.2019 10:57, --Ahmad-- wrote:
> Hello Folks ,
>
> im trying to disable user agent info to be leaked out of squid using :
>
> request_header_access User-Agent deny all
> reply _header_access User-Agent deny all
>
> squid very 3.5.x
>
the reply_header_access is sensless, remove it
and add the following

request_header_replace User-Agent Mozilla/5.0

but be aware the mass of website admins might rely on this, and you 
would not get a reply anyway ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20190615/2453e654/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3491 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20190615/2453e654/attachment-0001.bin>


More information about the squid-users mailing list