Cached · just now
23 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=63072000; includeSubDomains; preload
Content-Security-Policy
Basic
default-src; style-src; script-src; +11 more Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
camera=(), microphone=(), geolocation=()
Recommendations
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking

Performance Headers

Connection
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding

Caching Headers

Age
Caching
2072
Cache-Control
Caching
public,max-age=0,must-revalidate
Etag
Caching
W/"s4pyjk3z37hjf5"

Content Headers

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

Server Headers

Server
Server
Netlify
X-Powered-By
Server
Next.js

CORS Headers

No CORS headers found

Cookies Headers

Set-Cookie
Cookies

Other Headers

Cache-Status
Other
"Netlify Edge"; hit
Cache-Tag
Other
page-en-US
Date
Other
Mon, 03 Aug 2026 19:38:48 GMT
Netlify-Vary
Other
query=__nextDataReq|_rsc,header=x-nextjs-data|x-next-debug-logging|next-router-prefetch|next-router-segment-prefetch|next-router-state-tree|next-url|rsc|accept-encoding,cookie=__prerender_bypass|__next_preview_data
X-Middleware-Rewrite
Other
/en-US
X-Nextjs-Prerender
Other
1
X-Nextjs-Stale-Time
Other
300
X-Nf-Request-Id
Other
01KZ4J5K313CAWP1R2R3VT4QBT

Recommendations

Enable compression (gzip/brotli) to improve performance

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