22 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=63072000
Content-Security-Policy
Good
default-src; font-src; img-src Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Strengthen CSP by removing 'unsafe-eval'
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Consider adding Permissions-Policy to control browser features

Performance Headers

Connection
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Language

Caching Headers

Cache-Control
Caching
max-age=30, public
Etag
Caching
W/"884553840adba033dbe070c83be1093e"

Content Headers

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

Server Headers

X-Powered-By
Server
Phusion Passenger(R)
X-Runtime
Server
0.067685

CORS Headers

No CORS headers found

Cookies Headers

No cookies headers found

Other Headers

Alt-Svc
Other
h3=":443"; ma=2592000
Date
Other
Sun, 06 Sep 2026 10:06:39 GMT
Feature-Policy
Other
camera 'none'; microphone 'none'; usb 'none'; autoplay 'none'
Status
Other
200 OK
Via
Other
2.0 Caddy
X-Permitted-Cross-Domain-Policies
Other
none
X-Proxy-Cache
Other
EXPIRED
X-Request-Id
Other
2355b869-21e7-43b9-abb9-4f851499c6a0

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology