<div dir="ltr">I have a requirement to remove Referer header when a certain of my sites make a reference and not all.<div>I managed to remove Referer selectively based on the destination domain, but how do I do it based on the originating site?</div><div>Here is how it did for destination domain:</div><div><br></div><div><div>acl referer_allowdst dstdomain <a href="http://google.com">google.com</a></div><div>header_access Referer deny referer_allowdst</div></div><div><br></div><div>When i use srcdomain here it doesn't work. This is an urgent requirement, can someone help me with this please?</div></div>