Practice · Security

Find the header that gives too much away

Security Low at worst 17 of 30

Try it yourself

Four security headers on one homepage response. Three are doing their job. One is set to the value that gives away the most.

Which one would you change?

Pick a line. Every one of them has an answer.

Show me the answer

Referrer-Policy: unsafe-url

This is the one, and the value says so out loud. It sends the full address of the page a visitor came from to every site you link to — including the path, which on a private or logged-in page can carry an order number, a token or a search somebody would not want shared. strict-origin-when-cross-origin sends the domain only.

The written version

Four headers worth asking your host about →

How to check your own site for this, what to change, and how to confirm it worked.

Now the real thing

Run this check on your own site.

The same check, plus twenty-nine others, against your actual pages. Free, no account, about a minute.

Free · No account · Results in under a minute · Public websites only