README
noopener.js
Prevent phishing when use target="_blank"
Resources
- https://mathiasbynens.github.io/rel-noopener/
- https://dev.to/ben/the-targetblank-vulnerability-by-example?utm_source=codropscollective
To-Dos
- Test
- Update this readme!
Prevents phishing attacks when use target="_blank".
<script type="module">
import noopenerJs from 'https://cdn.skypack.dev/noopener-js';
</script>
Prevent phishing when use target="_blank"