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
The following wil trigger a warning: Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener
The following wil trigger a warning:
Using target="_blank" without rel="noopener noreferrer" is a security risk: see https://mathiasbynens.github.io/rel-noopener
However, checking the MDN docs, ( https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noreferrer ), we can see that
noreferrer
impliesnoopener
unless I'm misunderstanding.Additionally, if only
noopener
is required, then we only needtarget="_blank"
as this will now imply it by default in major browsersThe text was updated successfully, but these errors were encountered: