Open
Cached
·
just now
19
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000
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
close
Transfer-Encoding
chunked
Vary
Accept-Language
connection: close transfer-encoding: chunked vary: Accept-Language
Caching Headers
Cache-Control
max-age=30, public
cache-control: max-age=30, public
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
x-powered-by: Phusion Passenger(R) x-runtime: 0.114918
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=2592000
Date
Fri, 15 May 2026 01:08:54 GMT
Feature-Policy
camera 'none'; microphone 'none'; usb 'none'; autoplay 'none'
Status
200 OK
X-Permitted-Cross-Domain-Policies
none
X-Proxy-Cache
EXPIRED
X-Request-Id
7533fd32-1bd9-4262-8c8e-feae3d0c61fc
alt-svc: h3=":443"; ma=2592000 date: Fri, 15 May 2026 01:08:54 GMT feature-policy: camera 'none'; microphone 'none'; usb 'none'; autoplay 'none' status: 200 OK x-permitted-cross-domain-policies: none x-proxy-cache: EXPIRED x-request-id: 7533fd32-1bd9-4262-8c8e-feae3d0c61fc
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology