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
HTML links that open in a new tab or window allow the target page to access the DOM of the origin page using window.opener unless link type noopener or noreferrer is specified. This is a potential security risk.
Recommendation
Specify the link type by adding an attribute rel="noopener noreferrer".
HTML links that open in a new tab or window allow the target page to access the DOM of the origin page using window.opener unless link type noopener or noreferrer is specified. This is a potential security risk.
Recommendation
Specify the link type by adding an attribute rel="noopener noreferrer".
For more info see: https://github.com/SUNET/sunet-web-frontend/security/code-scanning/1
For a cool POC of how this works, please give https://mathiasbynens.github.io/rel-noopener/ a try :)
The text was updated successfully, but these errors were encountered: