19 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15552000; includeSubDomains; preload
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

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

Caching Headers

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

Content Headers

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

Server Headers

1 headers
Server
Server
cloudflare

CORS Headers

3 headers
Access-Control-Allow-Credentials
Cors
true
Access-Control-Allow-Origin
Cors
*
Access-Control-Expose-Headers
Cors
x-dd-b, x-set-cookie

Cookies Headers

1 headers
Set-Cookie
Cookies
__cf_bm=Aefpdkqvg2Ql5Z.lAzYnIBJ7IdQRdAslfrrW58bz5J0-1762510996-1.0.1.1-Jk0zDJZtO1twG_TPRUs8tjfppPBl56kl.EHBhzix1z3N9k6lKlvPi0s4KE7LyA27jZKXMNQwPYXzwMgvNA.aAdWD.jENX9tzrfS3giEEBiE; path=/; expires=Fri, 07-Nov-25 10:53:16 GMT; domain=.g2.com; HttpOnly; Secure; SameSite=None

Other Headers

7 headers
Accept-Ch
Other
Sec-CH-UA,Sec-CH-UA-Mobile,Sec-CH-UA-Platform,Sec-CH-UA-Arch,Sec-CH-UA-Full-Version-List,Sec-CH-UA-Model,Sec-CH-Device-Memory
Cf-Ray
Other
99ac1d3f7f5f818c-IAD
Charset
Other
utf-8
Date
Other
Fri, 07 Nov 2025 10:23:16 GMT
X-Datadome
Other
protected
X-Datadome-Cid
Other
AHrlqAAAAAMALsMgRRxzwXMAQCJRpQ==
X-Dd-B
Other
1

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 914ms