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
hi:
Use the target attribute in the <a> tag and set the value to _blank. Attackers will attack the window.opener API with malicious behavior, which may cause phishing security vulnerabilities.
hi:
Use the target attribute in the
<a>
tag and set the value to_blank
. Attackers will attack thewindow.opener
API with malicious behavior, which may cause phishing security vulnerabilities.mockiato/public/index.html L74
mockiato-master/public/partials/templateForm.html L4
It is recommended to use
rel="noopenner noreferrer"
when usingtarget="_blank"
.The text was updated successfully, but these errors were encountered: