The headers that matter
- HSTS: forces browsers to use HTTPS only.
- Content-Security-Policy: limits where scripts and resources can load from, the strongest defence against cross-site scripting.
- X-Frame-Options: stops your page being embedded in a frame, which prevents clickjacking.
- X-Content-Type-Options: stops the browser guessing file types.
- Referrer-Policy: controls how much address information is shared when users click away.
- Permissions-Policy: restricts powerful features like camera and location.
See the raw response with the HTTP header checker, or verify a site's SSL certificate.