You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
I wonder if it could be possible to add a test that detects every link with a target="_blank" also have rel="noopener noreferrer" ? (See https://mathiasbynens.github.io/rel-noopener/ for example of security issue that it creates)
Actually, noopenershould be default in browsers per https://github.com/whatwg/html/pull/4330/files, so I suppose you'd perhaps want to give a negative score for rel="opener" instead of giving positive score for rel="noopener".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I wonder if it could be possible to add a test that detects every link with a
target="_blank"
also haverel="noopener noreferrer"
? (See https://mathiasbynens.github.io/rel-noopener/ for example of security issue that it creates)Thanks a lot for reading this ;)
Nicolas
Moved from:
mozilla/http-observatory-website#94
The text was updated successfully, but these errors were encountered: