Security headers checker

Security headers are settings your server sends that tell the browser to block common attacks. This free checker reads your live site's response headers and lists the protective ones that are missing.

Run the check

Free, read-only, no signup. This runs a full xlogs scan and reports this issue plus anything else it finds.

What this checks

It checks five headers that matter: Content-Security-Policy (limits what scripts can run), Strict-Transport-Security (forces HTTPS), X-Frame-Options or a CSP frame-ancestors (stops clickjacking), X-Content-Type-Options (stops MIME sniffing), and Referrer-Policy (keeps URLs with tokens out of the Referer).

Why it gets missed

AI build tools focus on features and usually skip these, because the app looks and works the same without them. They are quick to add once you know which are missing, which is exactly what this tells you.