15 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=63072000; includeSubDomains; preload
Content-Security-Policy
Basic
script-src; frame-src; object-src Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • 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

Accept-Ranges
Performance
bytes
Connection
Performance
close
Vary
Performance
Accept-Encoding, Accept-Encoding

Caching Headers

Etag
Caching
"6490639c-f72"
Last-Modified
Caching
Mon, 19 Jun 2023 14:18:04 GMT

Content Headers

Content-Length
Content
3954
Content-Type
Content
text/html

Server Headers

Server
Server
nginx

CORS Headers

No CORS headers found

Cookies Headers

No cookies headers found

Other Headers

Date
Other
Sat, 08 Aug 2026 14:28:37 GMT
X-Clacks-Overhead
Other
GNU Terry Pratchett

Recommendations

Enable compression (gzip/brotli) to improve performance

Add Cache-Control header to optimize caching