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 →