Open
Cached
·
1h ago
22
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
no-referrer-when-downgrade
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
Keep-Alive
Keep-Alive
timeout=15, max=20
accept-ranges: bytes connection: Keep-Alive keep-alive: timeout=15, max=20
Caching Headers
Etag
1776992130000
Last-Modified
Fri, 24 Apr 2026 00:55:30 GMT
Pragma
no-cache
etag: 1776992130000 last-modified: Fri, 24 Apr 2026 00:55:30 GMT pragma: no-cache
Content Headers
Content-Length
24826
Content-Type
text/html; charset=UTF-8
content-length: 24826 content-type: text/html; charset=UTF-8
Server Headers
Server
CrushFTP HTTP Server
server: CrushFTP HTTP Server
CORS Headers
Access-Control-Allow-Credentials
true
Access-Control-Allow-Headers
authorization,content-type,x-transfersegment
Access-Control-Allow-Methods
GET,POST,OPTIONS,PUT,PROPFIND,DELETE,MKCOL,MOVE,COPY,HEAD,PROPPATCH,LOCK,UNLOCK,ACL,TR
Access-Control-Allow-Origin
false
Access-Control-Max-Age
600
access-control-allow-credentials: true access-control-allow-headers: authorization,content-type,x-transfersegment access-control-allow-methods: GET,POST,OPTIONS,PUT,PROPFIND,DELETE,MKCOL,MOVE,COPY,HEAD,PROPPATCH,LOCK,UNLOCK,ACL,TR access-control-allow-origin: false access-control-max-age: 600
Cookies Headers
Other Headers
Date
Mon, 11 May 2026 15:11:14 GMT
P3p
policyref="/WebInterface/w3c/p3p.xml", CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
X-Ua-Compatible
chrome=1
date: Mon, 11 May 2026 15:11:14 GMT p3p: policyref="/WebInterface/w3c/p3p.xml", CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT" x-ua-compatible: chrome=1
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching