14 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15552000; includeSubDomains
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
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 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
close
Vary
Performance
Accept-Encoding

Caching Headers

1 headers
Etag
Caching
W/"ae55-KByemb9+IZed23Ri/cay3a1Nqqs"

Content Headers

2 headers
Content-Length
Content
44629
Content-Type
Content
text/html; charset=utf-8

Server Headers

1 headers
Server
Server
Heroku

CORS Headers

0 headers
No CORS headers found

Cookies Headers

0 headers
No cookies headers found

Other Headers

6 headers
Date
Other
Thu, 27 Nov 2025 17:48:48 GMT
Nel
Other
{"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
Report-To
Other
{"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=SjaSoiPCKtzP%2BQiO4EO9L02KLfqk6Cq3KHzHIljQVIE%3D\u0026sid=1b10b0ff-8a76-4548-befa-353fc6c6c045\u0026ts=1764265728"}],"max_age":3600}
Reporting-Endpoints
Other
heroku-nel="https://nel.heroku.com/reports?s=SjaSoiPCKtzP%2BQiO4EO9L02KLfqk6Cq3KHzHIljQVIE%3D&sid=1b10b0ff-8a76-4548-befa-353fc6c6c045&ts=1764265728"
Via
Other
1.1 heroku-router
X-Download-Options
Other
noopen

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching

Analysis completed in 253ms