Security Header Checker

Check if your website has the 7 essential HTTP security headers. Instant results.

How do popular sites score?

6
github.com
6/7 headers
5
stripe.com
5/7 headers
4
wordpress.com
4/7 headers
3
notion.so
3/7 headers

How does YOUR site compare? Enter your URL above.

Why Security Headers Matter

HTTP security headers protect your website visitors from cross-site scripting (XSS), clickjacking, MIME sniffing, and protocol downgrade attacks. Most sites are missing at least 2-3 of these headers.

Strict-Transport-Security (HSTS)

Forces browsers to use HTTPS, preventing protocol downgrade attacks and cookie hijacking.

Content-Security-Policy (CSP)

Controls which resources can load on your page. The most effective defense against XSS attacks.

X-Content-Type-Options

Prevents browsers from MIME-sniffing the response, blocking drive-by downloads.

X-Frame-Options

Prevents your site from being embedded in iframes, blocking clickjacking attacks.

Referrer-Policy

Controls how much referrer information is sent with requests, protecting user privacy.

Permissions-Policy

Controls which browser features (camera, microphone, geolocation) your site can access.

X-XSS-Protection

Legacy XSS filter. Modern browsers rely on CSP instead, but it's still recommended as defense-in-depth.