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

2 headers
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked

Caching Headers

1 headers
Cache-Control
Caching
must-revalidate,no-cache,no-store

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
BrowserId=Id79RsEzEfClw0EkgmP_oQ; domain=.salesforce.com; path=/; expires=Sat, 14-Nov-2026 08:23:00 GMT; Max-Age=31536000; secure; SameSite=None

Other Headers

5 headers
Date
Other
Fri, 14 Nov 2025 08:23:00 GMT
X-Request-Id
Other
319482808c74b66a2db933c528c59815
X-Robots-Tag
Other
none
X-Sfdc-Edge-Cache
Other
MISS
X-Sfdc-Request-Id
Other
319482808c74b66a2db933c528c59815

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 223ms