Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000
X-Frame-Options
Good
SAMEORIGIN
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'
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url
connection: close vary: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url
Caching Headers
Age
41
Cache-Control
public, max-age=0, must-revalidate
Etag
"7csquyof0c2ld2"
age: 41 cache-control: public, max-age=0, must-revalidate etag: "7csquyof0c2ld2"
Content Headers
Content-Length
121028
Content-Type
text/html; charset=utf-8
content-length: 121028 content-type: text/html; charset=utf-8
Server Headers
server: Vercel x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Mon, 14 Sep 2026 15:58:07 GMT
X-Matched-Path
/
date: Mon, 14 Sep 2026 15:58:07 GMT x-matched-path: / x-vercel-cache: STALE x-vercel-id: iad1::iad1::l977q-1789401877038-921a333c84c6
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology