Open
Cached
·
just now
12
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=15768000; includeSubDomains
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Add Content-Security-Policy header to prevent XSS attacks
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Add X-Content-Type-Options: nosniff
- • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Vary
Accept-Encoding
connection: close vary: Accept-Encoding
Caching Headers
Age
3183
Cache-Control
max-age=240, public, s-maxage=240
age: 3183 cache-control: max-age=240, public, s-maxage=240
Content Headers
Content-Length
75304
Content-Type
text/html; charset=UTF-8
content-length: 75304 content-type: text/html; charset=UTF-8
Server Headers
server: nginx x-powered-by: PHP/7.4.30, PleskLin
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Sat, 15 Aug 2026 12:45:57 GMT
X-Content-Digest
en5e70f228f2794eb67553b6d6b88a2129c297f5cdf370e294a6e406d364c9d9b4
X-Generator
Sulu/2.2.3
date: Sat, 15 Aug 2026 12:45:57 GMT x-content-digest: en5e70f228f2794eb67553b6d6b88a2129c297f5cdf370e294a6e406d364c9d9b4 x-generator: Sulu/2.2.3
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology