Is rel=noreferrer officially supported by all webkit browsers?
Asked Answered
C

2

9

We're looking to hide/null out the referrer on hyperlinks from a secure web application of ours so that external web sites don't become aware of our non-public secure web site. It appears that rel="noreferrer" would be a great way to do that, but there's so little discussion or documentation around it that I'm curious as to how well it's supported.

Is rel=noreferrer supported by HTML5-compliant webkit browsers?

Crustal answered 5/12, 2012 at 23:40 Comment(1)
Take a look at this: webkit.org/blog/907/…Seibel
G
5

It was implemented a couple of years ago and there's no build flag to turn it off.

So if it's a recent version of WebKit, then yes, it's supported.

Groome answered 9/12, 2012 at 20:39 Comment(0)
K
0

I wouldn't rely on newer browser features for security. Maybe open the link with target _blank or, even better security wise, scrub the headers with your webserver or firewall.

Kermie answered 9/12, 2012 at 20:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.