Open
Cached
·
just now
11
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
Content-Security-Policy
Basic
default-src; script-src; script-src-elem; +14 more
default-src 'none'; script-src 'self' 'unsafe-eval'; script-src-elem 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; base-uri 'self'; connect-src 'self' https://api.stracket.com https://*.googleapis.com *.google.com https://*.gstatic.com blob:; font-src 'self' https://fonts.googleapis.com fonts.gstatic.com; frame-src *.google.com blob:; img-src 'self' https://flagcdn.com https://*.wikimedia.org https://*.googleapis.com https://*.gstatic.com *.google.com *.googleusercontent.com data:; object-src 'none'; manifest-src 'self'; media-src 'self'; worker-src 'self' blob:; form-action 'none'; frame-ancestors 'self' blob:; upgrade-insecure-requests; block-all-mixed-content;
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Present
accelerometer=(), autoplay=(), camera=(), clipboard-read=(), clipboard-write=(), fullscreen=(self), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(self), usb=()
Recommendations
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
Performance Headers
2 headers
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked
Caching Headers
0 headers
No caching headers found
Content Headers
1 headers
Content-Type
Content
text/html;charset=UTF-8
Server Headers
1 headers
Server
Server
nginx
CORS Headers
0 headers
No CORS headers found
Cookies Headers
0 headers
No cookies headers found
Other Headers
1 headers
Date
Other
Wed, 26 Nov 2025 04:28:47 GMT
Recommendations
Enable compression (gzip/brotli) to improve performance
Add Cache-Control header to optimize caching
Analysis completed in 326ms