reply
Ah, so we need to set
noreferrer
because Firefox doesn't support noopener
?It seems to support it according to MDN. But this confuses me:
Before Firefox 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox 63, these windows have the same features enabled by default as any other window.
So I guess Firefox "supports"
noopener
but not in the ways we want? This sounds like it actually does nothing 🤔reply
noreferrer
for links for some reason. I thought we intended that good posts (or boosted posts) wouldn't setnoreferrer
for links in them but this logic seems to only apply tonofollow
which is for search engines. Maybe that's a bug.