shopping-list-react-pouchdb
shopping-list-react-pouchdb copied to clipboard
The demo will pop a waring
trafficstars
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.