Open
Description
Using the option link-req-noopener
will check for the presence of rel="noopener"
. That's fine, but because Firefox does not support rel="noopener"
, the current best practice is to code like this: rel="noopener noreferrer"
- but when doing so, linting will fail.
I request that a change be made so that rel="noopener noreferrer"
passes linting, just like rel="noopener"
currently does.
Thank you.
More info on why using rel="noopener noreferrer"
is the current best practice: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
Metadata
Metadata
Assignees
Labels
No labels