Open Cached · just now
15 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Add Content-Security-Policy header to prevent XSS attacks
  • 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
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

1 headers
Cache-Control
Caching
s-maxage=86400, stale-while-revalidate=31449600

Content Headers

1 headers
Content-Type
Content
text/html; charset=utf-8

Server Headers

2 headers
Server
Server
cloudflare
X-Powered-By
Server
Next.js

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
_cfuvid=zTkUNudRQgRLpLt2E4tFd.UhxU6BGyvvHKWC2K6k0rw-1763726240390-0.0.1.1-604800000; path=/; domain=.nordpass.com; HttpOnly; Secure; SameSite=None

Other Headers

5 headers
Cf-Cache-Status
Other
DYNAMIC
Cf-Ray
Other
9a200249da42bec0-IAD
Date
Other
Fri, 21 Nov 2025 11:57:20 GMT
X-Nextjs-Cache
Other
HIT
X-Original-Url
Other
https://localhost:3000/

Recommendations

Enable compression (gzip/brotli) to improve performance

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

Analysis completed in 148ms