[HTML5] a tag, rel="noopener"

It is a good pratice to add ref="noopener"

<a href="/some/domain" target="_blank" rel="noopener" />

 

Because when the new page is opened, in the new page can redriect parent page to another url, which contains security risk.

[HTML5] a tag, rel=

 

More about this, please check link.

你可能感兴趣的:([HTML5] a tag, rel="noopener")