13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
Content-Security-Policy
Basic
default-src; img-src; font-src; +3 more
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Consider adding 'preload' to HSTS for maximum security
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • 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

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

Caching Headers

0 headers
No caching headers found

Content Headers

1 headers
Content-Type
Content
application/xml

Server Headers

1 headers
Server
Server
AmazonS3

CORS Headers

0 headers
No CORS headers found

Cookies Headers

0 headers
No cookies headers found

Other Headers

6 headers
Date
Other
Fri, 21 Nov 2025 19:03:34 GMT
Via
Other
1.1 3d3fd40be4e4bfdd1e1bebf86df63a76.cloudfront.net (CloudFront)
X-Amz-Bucket-Region
Other
us-east-1
X-Amz-Cf-Id
Other
m9_NJA7vMEVdS5CN8BM_vA3cRVjJS9fKfzale4SJdz1S_3yNV4FuJQ==
X-Amz-Cf-Pop
Other
IAD55-P1
X-Cache
Other
Error from cloudfront

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Analysis completed in 110ms