Skip to content

Instantly share code, notes, and snippets.

@ruandre
Last active February 7, 2022 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruandre/a8fc4a2f17c4088b11a1dae340e3638e to your computer and use it in GitHub Desktop.
Save ruandre/a8fc4a2f17c4088b11a1dae340e3638e to your computer and use it in GitHub Desktop.
target blank security
<!--
https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
https://medium.com/sedeo/how-to-fix-target-blank-a-security-and-performance-issue-in-web-pages-2118eba1ce2f
https://blog.dareboost.com/en/2017/03/target-blank-links-rel-noopener-performance-security/
-->
<a href="#" target="_blank" rel="noopener noreferrer">Link</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment