From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/html/attributes%2Frel%2Fnoreferrer.html | 51 +++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 devdocs/html/attributes%2Frel%2Fnoreferrer.html (limited to 'devdocs/html/attributes%2Frel%2Fnoreferrer.html') diff --git a/devdocs/html/attributes%2Frel%2Fnoreferrer.html b/devdocs/html/attributes%2Frel%2Fnoreferrer.html new file mode 100644 index 00000000..deecac13 --- /dev/null +++ b/devdocs/html/attributes%2Frel%2Fnoreferrer.html @@ -0,0 +1,51 @@ +

rel=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
# link-type-noreferrer
+

Browser compatibility

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
noreferrer161333
11Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.)
1554.41833144.21.5
+

+ © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
+ https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/noreferrer +

+
-- cgit v1.2.3