Open Cached · just now
17 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=3571000; includeSubDomains; preload
Content-Security-Policy
Basic
default-src; script-src; style-src; +10 more
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Present
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'
  • Consider adding Permissions-Policy to control browser features

Performance Headers

2 headers
Transfer-Encoding
Performance
chunked
Vary
Performance
RSC, Next-Router-State-Tree, Next-Router-Prefetch

Caching Headers

2 headers
Age
Caching
0
Cache-Control
Caching
private, no-cache, no-store, max-age=0, must-revalidate

Content Headers

1 headers
Content-Type
Content
text/html; charset=utf-8

Server Headers

2 headers
Server
Server
Vercel
X-Powered-By
Server
Next.js

CORS Headers

0 headers
No CORS headers found

Cookies Headers

0 headers
No cookies headers found

Other Headers

5 headers
Date
Other
Sun, 09 Nov 2025 15:51:19 GMT
Link
Other
</_next/static/media/4f05ba3a6752a328-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2"
X-Matched-Path
Other
/[lang]
X-Vercel-Cache
Other
MISS
X-Vercel-Id
Other
iad1::fra1::vpgt4-1762703479477-cd54a04f138f

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology

Analysis completed in 870ms