13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000
Content-Security-Policy
Basic
default-src; script-src; font-src; +9 more
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
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
  • Add X-Content-Type-Options: nosniff
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

2 headers
Accept-Ranges
Performance
bytes
Vary
Performance
Accept-Encoding

Caching Headers

3 headers
Cache-Control
Caching
no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Etag
Caching
"690c3e90-5e00"
Last-Modified
Caching
Thu, 06 Nov 2025 06:22:08 GMT

Content Headers

2 headers
Content-Length
Content
24064
Content-Type
Content
text/html

Server Headers

0 headers
No server headers found

CORS Headers

2 headers
Access-Control-Allow-Headers
Cors
Origin,Content-Type,Accept
Access-Control-Allow-Methods
Cors
GET, OPTIONS HEAD

Cookies Headers

0 headers
No cookies headers found

Other Headers

2 headers
Date
Other
Sun, 09 Nov 2025 00:57:53 GMT
X-Request-Id
Other
a87180fc-29c7-4247-af33-9359d8870b4b

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 526ms