Link types: noreferrer
The noreferrer
keyword for the rel
attribute of the <a>
, <area>
, and <form>
elements instructs the browser, when navigating to the target resource, to omit the Referer
header and otherwise leak no referrer information — and additionally to behave as if the noopener
keyword were also specified.
Specifications
Specification |
---|
HTML Standard (HTML) # link-type-noreferrer |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
noreferrer |
16 |
13 |
33 |
11
Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.)
|
15 |
5 |
3 |
18 |
33 |
14 |
4.2 |
1.5 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noreferrer