13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000
Content-Security-Policy
Basic
default-src; connect-src; script-src; +10 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

1 headers
Transfer-Encoding
Performance
chunked

Caching Headers

3 headers
Age
Caching
0
Cache-Control
Caching
public, max-age=0, must-revalidate
Etag
Caching
"d-ac811a7f-dd69655a7c10a5948cd3c4f216eeedce"

Content Headers

0 headers
No content headers found

Server Headers

1 headers
Server
Server
Vercel

CORS Headers

0 headers
No CORS headers found

Cookies Headers

0 headers
No cookies headers found

Other Headers

6 headers
Date
Other
Mon, 24 Nov 2025 14:01:39 GMT
X-Matched-Path
Other
/framer-proxy/[[...slug]]
X-Nextjs-Rewritten-Path
Other
/framer-proxy/
X-Proxy-Version
Other
district/ac811a7f
X-Vercel-Cache
Other
MISS
X-Vercel-Id
Other
iad1::iad1::kz7lx-1763992898959-d00d51044109

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 710ms