16 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=63072000; includeSubDomains; preload
Content-Security-Policy
Weak
upgrade-insecure-requests
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • 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

3 headers
Accept-Ranges
Performance
bytes
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked

Caching Headers

2 headers
Age
Caching
122
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

1 headers
X-Powered-By
Server
Next.js

CORS Headers

0 headers
No CORS headers found

Cookies Headers

0 headers
No cookies headers found

Other Headers

7 headers
Alt-Svc
Other
h3=":443"; ma=86400
Date
Other
Wed, 19 Nov 2025 03:09:39 GMT
Link
Other
</_next/static/css/7df06471e3a1d50e.css>; rel=preload; as="style", </_next/static/css/5b4f6aae9a948b14.css>; rel=preload; as="style"
Via
Other
1.1 07220c3d2143a59d7e97866fec273004.cloudfront.net (CloudFront)
X-Amz-Cf-Id
Other
iG9XXt7Dka2LMFGC4CefCV0X4rWutDHGgRJeVCFNyq-MzfVVpETXHg==
X-Amz-Cf-Pop
Other
IAD89-P4
X-Cache
Other
Hit from cloudfront

Recommendations

Enable compression (gzip/brotli) to improve performance

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

Analysis completed in 604ms