Views: 34
HTTP Security Headers Guide
HTTP security headers explained: HSTS, CSP, X-Frame-Options, and more, with copy-paste configs for each. Free instant header check, no sign-up.
Check your domain for this issue now
Free, no sign-up. Runs the exact check this guide describes and shows what to fix.
Problem
A security audit shows that essential HTTP security headers like CSP and HSTS are missing.
Top 3 Causes
- Not configured by default — Web server default configurations do not include security headers.
- CDN override — The CDN may strip or overwrite headers set by the origin server.
- Configuration conflicts — Headers defined in multiple configuration files may conflict and fail to apply.
Diagnosis with DechoNet
- HTTP Check — See the security header status at a glance.
Resolution Checklist
- HSTS:
Strict-Transport-Security: max-age=31536000; includeSubDomains - CSP:
Content-Security-Policy: default-src 'self'(extend as needed) - X-Frame-Options:
SAMEORIGIN - X-Content-Type-Options:
nosniff - Referrer-Policy:
strict-origin-when-cross-origin
Related Tools
Related Guides
Share this guide
[Ad] Guide Detail Inline