Skip to content
← All HTTP Headers
Security

Referrer-Policy

Controls how much referrer information is included with requests, balancing privacy with analytics needs.

Syntax

Referrer-Policy: no-referrer | same-origin | strict-origin-when-cross-origin

Example

Referrer-Policy: strict-origin-when-cross-origin

Description

The Referrer-Policy header controls what referrer information is sent in the Referer header. Important for privacy and security.

Common values: no-referrer, same-origin, strict-origin-when-cross-origin, no-referrer-when-downgrade.

Recommended: strict-origin-when-cross-origin — prevents leaking URL paths to third-party sites while keeping analytics data.

Check if your website sends this header correctly

Check your headers →

Related Articles

Related Headers

Related guides

Longer-form reading on this topic from the knowledge base.

Automate this check

Set up continuous monitoring and get an alert when something breaks. No manual runs to remember.