How does the referrer metadata control HTTP headers?

The referrer metadata controls the HTTP Referer header of requests sent from the document.

It allows specifying how much referrer information should be included with requests. Options range from sending no referrer to sending the full URL, depending on security and cross-origin considerations. This helps manage privacy and security by controlling what information is shared with other sites.

<meta name="referrer" content="no-referrer">
More cards24
Show all