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.
J
John Wilson committed
8657ad4278334a072dc88ce8bb0ea4090fd944e2
Parent: 91d2b6e
Committed by GitHub <noreply@github.com>
on 10/1/2020, 3:25:38 PM