Open Cached · just now
13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31536000
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Add Content-Security-Policy header to prevent XSS attacks
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

3 headers
Connection
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding,User-Agent

Caching Headers

3 headers
Cache-Control
Caching
no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires
Caching
Thu, 19 Nov 1981 08:52:00 GMT
Pragma
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
text/html

Server Headers

1 headers
Server
Server
nginx

CORS Headers

1 headers
Access-Control-Allow-Origin
Cors
*

Cookies Headers

1 headers
Set-Cookie
Cookies
ttid=g5oto5ho77spk7q89134uot7v5; path=/; secure; HttpOnly; SameSite=None

Other Headers

1 headers
Date
Other
Thu, 27 Nov 2025 09:21:35 GMT

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 3407ms