A TypeScript compatible, zero dependency React component to avoid security exploits when opening a link in a new tab.
PostHTML plugin to add 'rel="noopener noreferrer"' to links that open in a new tab
This plugin add rel="noopener"
and rel="noreferrer"
to all links that contain the attribute target="_blank"
.
Add rel="noopener noreferrer" for all anchor tag link in content when target not equal with it self domain.