概要
<a href="..." rel="noreferrer" target="_blank"> has the same behavior as <a href="..." rel="noreferrer noopener" target="_blank">.
自分も知らなかった
案外知らない人が多そう
気づいた経緯
最近いきなりeslint-plugin-reactのnoopenerなしが怒らなくなったので、調べたら以下が入っており、noreferrerだけで同一の挙動をすることを知った
https://github.com/yannickcr/eslint-plugin-react/pull/2043
https://github.com/yannickcr/eslint-plugin-react/issues/2022#issuecomment-623677544
によるとnoopenerついてないとwindow.openerが削除されないブラウザはないと確認をとっており、レガシーブラウザも大丈夫そうなのもあってこのような変更になったみたい