12 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15768000; includeSubDomains
Content-Security-Policy
Basic
default-src; object-src; script-src Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Consider adding Permissions-Policy to control browser features

Performance Headers

Connection
Performance
close

Caching Headers

Cache-Control
Caching
private,no-store
Pragma
Caching
no-cache

Content Headers

Content-Length
Content
4879
Content-Type
Content
text/html; charset=utf-8

Server Headers

Server
Server
StructuredWeb

CORS Headers

No CORS headers found

Cookies Headers

No cookies headers found

Other Headers

Date
Other
Sun, 22 Mar 2026 18:58:40 GMT
P3p
Other
CP="NON NOR OUR CONo"

Recommendations

Enable compression (gzip/brotli) to improve performance