When using a link with target="__blank"
, it's recommended to add rel="noopener"
too for security reasons.
But do I need it to add this even for the links pointing my own website?
<a href="internal/link/in/my/website" target="__blank>ClickMe</a>
<!--Do I need to add rel="noopener"?-->