Header Security
Referrer-Policy Header Check
Learn how to configure the Referrer-Policy header to limit sensitive data leaks and protect user privacy while optimising your SEO.
What this test checks
This test checks for the presence and configuration of the Referrer-Policy header. It controls the referrer information sent during HTTP requests. A misconfigured policy can expose sensitive data (full URLs, parameters, etc.) to third‑party sites, harming privacy and security.
Our recommendation
Set a strict Referrer-Policy, e.g., 'strict-origin-when-cross-origin' (default in modern browsers) or 'same-origin'. Avoid values like 'unsafe-url' or 'no-referrer-when-downgrade' that expose too much information. Configure via your server (Apache/Nginx) or directly in HTML tags.
Security tests