HTTP Security Headers Reference
What each header does, the value worth sending, and the mistakes that leave one present but useless. Every page ends where the guesswork should — at a checker that reads the header off your own domain.
Content
Isolation
Blocks framing to prevent clickjacking. Superseded by CSP frame-ancestors, but still worth sending.
Severs the link between your page and windows that opened it. Required for cross-origin isolation — and it breaks popup flows.
Requires every cross-origin resource to opt in. The second half of cross-origin isolation, and the expensive half.
Declares who may load your resources at all. Blocks side-channel reads that CORS does not cover.
Privacy
The Security Headers Checker reads a live response from any domain and reports which of these headers are present, what they are set to, and what that scores — free, no signup.