Strict-origin-when-cross-origin Chrome |top| Guide
Or via an HTTP response header:
Historically, Chrome and other browsers relied on no-referrer-when-downgrade as their default fallback policy. strict-origin-when-cross-origin chrome
The for handling web referrer data. This privacy-focused security standard ensures that full URL paths are kept private when a user navigates between different websites, significantly minimizing data exposure across the web. 🧭 What is Referrer-Policy? Or via an HTTP response header: Historically, Chrome
If the user navigates from one page to another page on the same site (e.g., from example.com/about to example.com/contact ), the browser sends the full URL . from example.com/about to example.com/contact )
If you rely on the Referer header for functionality or analytics, you need to be aware of how Chrome's default behavior affects you.
<meta name="referrer" content="origin">