14 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=5184000; includeSubDomains
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
keep-alive
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

2 headers
Age
Caching
123210
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
Server
Server
cloudflare

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
_cfuvid=N_7wvGZtC_dIIMEq9AfZk5cRZaa0..TZnbNoGxq1TeE-1762557637361-0.0.1.1-604800000; path=/; domain=.surfshark.com; HttpOnly; Secure; SameSite=None

Other Headers

4 headers
Cf-Cache-Status
Other
HIT
Cf-Ray
Other
99b08ff1289c0606-IAD
Date
Other
Fri, 07 Nov 2025 23:20:37 GMT
X-Envoy-Upstream-Service-Time
Other
32

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 104ms