🛡️

HTTP Security Headers Analyzer

Analyse the security posture of any website by inspecting its HTTP response headers

What gets analysed

Strict-Transport-SecurityCritical

Enforces HTTPS — prevents protocol downgrade and cookie hijacking attacks

Content-Security-PolicyCritical

Controls resource loading — primary defence against XSS attacks

X-Frame-OptionsHigh

Prevents clickjacking by blocking iframe embedding from other origins

X-Content-Type-OptionsMedium

Stops MIME-type sniffing — prevents content type confusion attacks

Referrer-PolicyMedium

Controls referrer data sent with requests — protects user privacy

Permissions-PolicyMedium

Restricts access to browser APIs like camera, microphone and geolocation