Open
Cached
·
just now
11
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Good
max-age=31536000; includeSubDomains
Content-Security-Policy
Basic
default-src; frame-ancestors; connect-src; +7 more
default-src 'self'; frame-ancestors 'self'; connect-src *; font-src * data:; frame-src * blob:; img-src * data:; media-src *; object-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Consider adding 'preload' to HSTS for maximum security
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
1 headers
Connection
Performance
close
Caching Headers
1 headers
Cache-Control
Caching
private
Content Headers
2 headers
Content-Length
Content
94241
Content-Type
Content
text/html; charset=utf-8
Server Headers
0 headers
No server headers found
CORS Headers
0 headers
No CORS headers found
Cookies Headers
1 headers
Set-Cookie
Cookies
Ubdc+j3wh3aRVFBK7V3n4S3QffUH4IdHT-7WtJSYijOpQgLO=v1RtIFgwSDgOB; Path=/; Secure; HttpOnly
Other Headers
1 headers
Date
Other
Fri, 28 Nov 2025 12:16:46 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Analysis completed in 953ms