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
// links with target="_blank" should have no opener or noreferrer: https://developer.chrome.com/docs/lighthouse/best-practices/external-anchors-use-rel-noopener/
625
+
// modern browsers add noopener by default, so we only need to check legacy browsers
626
+
// legacy browsers don't support noopener so we only check for noreferrer there
0 commit comments