dillon1000/react

Commit

Fix(React DevTools) - prevent phishing attacks (#19934)

When a link opens a URL in a new tab with target="_blank", it is very simple for the opened page to change the location of the original page because the JavaScript variable window.opener is not null and thus "window.opener.location can be set by the opened page. This exposes the user to very simple phishing attacks.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-devtools/app.html Modified
Patch

Files changed

Rendering syntax-highlighted changes…