Nobody has yet died due to some programmer carelessly not having 'noreferrer' set in the 'rel' attribute of a link that opens in another tab but, if you want to get 100% on Google's Lighthouse audit tool, then it really does matter.
The Google article is worth the read as it makes it clear that the oft-cited rel="noopener noreferrer" is wrong. The thing is that 'noreferrer' is a superset of 'noopener' so you only actually need rel="noreferrer" without the 'noopener' bit.
The 'opener' said no to is 'window.opener' in Javascript. This probably was brilliant in the days of frames and has lurked in the specs ever since.
https://developers.google.com/web/tools/lighthouse/audits/no...
We have to stop this non-sense, and stop calling this « innovation »
Profiling visitors based on their referrer to —quoting TFA— "show relevant content" is exactly this sort of creepy nonsense that leads to you (store owner) knowing where I do my research and being able to infer more about me than I've explicitly told you.
See: https://en.wikipedia.org/wiki/HTTP_referer#Referer_hiding
> Your source is news.ycombinator.com
Though it is noted in the usage:
> When a visitor come from https web-site to http, a request doesn’t have a referer.
Or is this just Firefox kicking ass?
No, I clicked a link from 2 different domains (my rss reader and here) - so that means my browser privacy addons work? :)