Open Cached · just now
15 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
Content-Security-Policy
Basic
upgrade-insecure-requests; default-src; script-src; +10 more
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • 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

2 headers
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

2 headers
Age
Caching
105547
Cache-Control
Caching
public, max-age=0, must-revalidate

Content Headers

2 headers
Content-Disposition
Content
inline; filename="welcome"
Content-Type
Content
text/html; charset=utf-8

Server Headers

1 headers
Server
Server
nginx

CORS Headers

1 headers
Access-Control-Allow-Origin
Cors
*

Cookies Headers

0 headers
No cookies headers found

Other Headers

5 headers
Alt-Svc
Other
h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Date
Other
Mon, 03 Nov 2025 01:59:22 GMT
Via
Other
1.1 google
X-Vercel-Cache
Other
HIT
X-Vercel-Id
Other
sfo1::hvg5p-1762135054422-2470490a875d

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 1ms