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
The demo could pop up a waring
'/src/App.js
Line 477: Using target="_blank" without rel="noopener noreferrer" is a security risk'
it's need add rel="noopener noreferrer" when you used the "_blank"
Because it's could be use window.opener to get some user's info.
The text was updated successfully, but these errors were encountered:
The demo could pop up a waring
'/src/App.js
Line 477: Using target="_blank" without rel="noopener noreferrer" is a security risk'
it's need add rel="noopener noreferrer" when you used the "_blank"
Because it's could be use
window.opener
to get some user's info.The text was updated successfully, but these errors were encountered: