Scoreling
Best practices

Response sends the standard security headers

Low impact · weight 4 · worth up to 1.1 points of the total score

Why it matters

A handful of response headers switch on protections the browser already has: HSTS keeps visitors on HTTPS, a Content-Security-Policy limits where scripts may come from, nosniff stops files being run as the wrong type, frame protection stops the page being embedded to trick clicks, and Referrer-Policy and Permissions-Policy limit what leaks and what the page may ask for. Security scanners and clients' IT teams grade sites on exactly this list.

How to fix it

Add the missing headers in the web server or CDN, for example Strict-Transport-Security: max-age=31536000, X-Content-Type-Options: nosniff, X-Frame-Options: SAMEORIGIN, Referrer-Policy: strict-origin-when-cross-origin. Roll out a Content-Security-Policy in report-only mode first.

Check a page for this, and the other 70 checks at once

More Best practices checks

See all checks