HTTP Security Headers

Status
Strict-Transport-Security
Good
max-age=63072000; includeSubDomains
Content-Security-Policy
Weak
upgrade-insecure-requests
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Consider adding 'preload' to HSTS for maximum security
  • Significantly strengthen CSP directives
  • 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

1 headers
Cache-Control
Caching
no-cache,must-revalidate,max-age=0,no-store,private

Content Headers

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

Server Headers

1 headers
Server
Server
sfdcedge

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
LSKey-c$CookieConsentPolicy=0:1; path=/; expires=Sat, 07-Nov-2026 10:08:48 GMT; Max-Age=31536000; secure

Other Headers

4 headers
Date
Other
Fri, 07 Nov 2025 10:08:48 GMT
X-Request-Id
Other
04687b0cef906fd43332cae551378ef8
X-Robots-Tag
Other
none
X-Sfdc-Request-Id
Other
04687b0cef906fd43332cae551378ef8

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 0ms