16 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=63072000; includeSubDomains; preload
Content-Security-Policy
Weak
frame-ancestors
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

2 headers
Accept-Ranges
Performance
bytes
Connection
Performance
keep-alive

Caching Headers

4 headers
Age
Caching
18332
Cache-Control
Caching
public, max-age=0, must-revalidate
Etag
Caching
"3b4395f77f81427891ab1ca4769ab905"
Last-Modified
Caching
Fri, 07 Nov 2025 19:30:04 GMT

Content Headers

3 headers
Content-Disposition
Content
inline; filename="docs"
Content-Length
Content
62460
Content-Type
Content
text/html; charset=utf-8

Server Headers

1 headers
Server
Server
nginx/1.22.0

CORS Headers

1 headers
Access-Control-Allow-Origin
Cors
*

Cookies Headers

0 headers
No cookies headers found

Other Headers

3 headers
Date
Other
Sat, 08 Nov 2025 09:53:19 GMT
X-Vercel-Cache
Other
HIT
X-Vercel-Id
Other
pdx1:pdx1:pdx1::xmrwb-1762595599053-53c93b89b430

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 786ms