Open
Cached
·
just now
18
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=1800;
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
- • Significantly strengthen CSP directives
- • 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
Connection
close
Vary
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
connection: close vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
Caching Headers
Cache-Control
s-maxage=900, stale-while-revalidate=31535100
Etag
"u85rekqj5p17pgr"
cache-control: s-maxage=900, stale-while-revalidate=31535100 etag: "u85rekqj5p17pgr"
Content Headers
Content-Length
2039357
Content-Type
text/html; charset=utf-8
content-length: 2039357 content-type: text/html; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=2592000
Date
Mon, 20 Apr 2026 16:07:38 GMT
Via
1.1 google
X-Middleware-Rewrite
/en
X-Region
us-central1
alt-svc: h3=":443"; ma=2592000 date: Mon, 20 Apr 2026 16:07:38 GMT via: 1.1 google x-middleware-rewrite: /en x-nextjs-cache: HIT x-nextjs-prerender: 1 x-nextjs-stale-time: 300 x-region: us-central1
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology