When loading pages and navigating through links, a web browser sends some information about the origin of the request,
by filling the <ahref="https://tools.ietf.org/html/rfc7231#section-5.5.2"title="'Referer' section from the standard IETF specification">"Referer"</a> HTTP header.
Visited websites can process this information as they whish, so this can become a privacy concern, for example when coming from a page which contains searched terms in its URL.
</p>
<p>
This page offers some configuration settings to instruct your browser how it should fill this referrer information.
Beware that every browser behaves differently : some settings may be unsupported by your particular browser and therefore ignored.
If you are really concerned about privacy, please check what is really sent by your browser by using its embedded developers tools network console, or with the network traffic analyzer of your choice.
Peer internal and external links : referrer information should be stripped from any private data and contain only this peer host name.<br/>
Restriction : when a link downgrades from a TLS secured connection (https) on this peer to an unsecured target (http), no referrer information at all should be sent.
Peer internal links : referrer information should contain full URLs.<br/>
External links : referrer information should be stripped from any private data and contain only this peer host name.<br/>
Restriction : when an external link downgrades from a TLS secured connection (https) on this peer to an unsecured target (http), no referrer information at all should be sent.
Referrer information should contain full URLs, except when a link downgrades from a TLS secured connection (https) on this peer to an unsecured target (http).
<p>When checked, this overrides the global referrer policy and adds the standard "noreferrer"
<ahref="https://www.w3.org/TR/html/links.html#allowed-keywords-and-their-meanings"title="Link types section at W3C HTML specification">link type</a> to search results links,
thus instructing the browser that it should not send any referrer information at all when visiting them.</p>
<p>Be careful with this : some websites might reject requests with no referrer.</p>
<p>It is a standard HTML5 attribute value,
supported by much more browsers than the meta tag : if you want a higher level of privacy but use an old or incompatible browser,