Open
Cached
·
just now
12
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
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
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
connection: close
Caching Headers
Cache-Control
max-age=0, private, must-revalidate
Etag
W/"8195f6f334203028fd6e28e25d831105"
cache-control: max-age=0, private, must-revalidate etag: W/"8195f6f334203028fd6e28e25d831105"
Content Headers
Content-Length
10664
Content-Type
text/html; charset=utf-8
content-length: 10664 content-type: text/html; charset=utf-8
Server Headers
X-Runtime
0.005367
x-runtime: 0.005367
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Server-Timing
start_processing.action_controller;dur=0.02, render_template.action_view;dur=0.14, process_action.action_controller;dur=0.48
X-Permitted-Cross-Domain-Policies
none
X-Request-Id
69FFF3EF-1C8E-16C6B9
server-timing: start_processing.action_controller;dur=0.02, render_template.action_view;dur=0.14, process_action.action_controller;dur=0.48 x-permitted-cross-domain-policies: none x-request-id: 69FFF3EF-1C8E-16C6B9
Recommendations
Enable compression (gzip/brotli) to improve performance