<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 15.06.2019 10:57, --Ahmad-- wrote:
<blockquote
cite="mid:881A7179-BCCC-494F-A073-BA2BA10BB987@netstream.ps"
type="cite">
<meta http-equiv="Context-Type" content="text/html; charset=utf-8">
<div><span>Hello Folks ,</span></div>
<div><span><br>
</span></div>
<div><span>im trying to disable user agent info to be leaked out
of squid using :</span></div>
<div><span><br>
</span></div>
<div><span> request_header_access User-Agent deny all </span></div>
<div><span> reply _header_access User-Agent deny all </span></div>
<div><span> <br>
</span></div>
<div><span> squid very 3.5.x </span></div>
<br>
</blockquote>
the reply_header_access is sensless, remove it<br>
and add the following<br>
<br>
request_header_replace User-Agent Mozilla/5.0<br>
<br>
but be aware the mass of website admins might rely on this, and you
would not get a reply anyway ...<br>
</body>
</html>