rel=noopener

Published: August 8, 2019

You should add rel="noopener" on all links with target="_blank" for performance and security. This is because, without it, it could allow the other page to run JavaScript on the same process as your page.

rel="norefferer" does the same, but also prevents the Referer header to be sent to the new page.

For more information, see developers.google.com