noreferrer
Noreferrer is a value for the rel attribute in HTML that indicates how a link should be treated by the browser when navigating to the linked resource. Specifically, it requests that the browser omit the HTTP Referer header in the request to the destination. In addition, in many browsers the destination page cannot access the originating window via window.opener, reducing the ability of the new page to interact with the source page.
This combination is primarily a privacy and security measure. By not sending the referer, the source URL
Usage and scope: noreferrer is commonly applied to anchor elements (a) that link to external sites. It
Compatibility and notes: rel="noreferrer" is supported by all major modern browsers. While it prevents sending the