18 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31556926
Content-Security-Policy
Basic
default-src; style-src; script-src; +10 more Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Present
battery=(), camera=(self), accelerometer=(); +2 more
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
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)

Performance Headers

Accept-Ranges
Performance
bytes
Connection
Performance
close
Vary
Performance
x-fh-requested-host, accept-encoding

Caching Headers

Cache-Control
Caching
public, max-age=0, s-maxage=300, must-revalidate
Etag
Caching
"b8cd074b8fac4e48121bdd4a932ed1eeddb9355123623ee90d5e257e66163d01"
Last-Modified
Caching
Thu, 06 Aug 2026 13:29:43 GMT

Content Headers

Content-Length
Content
24484
Content-Type
Content
text/html; charset=utf-8

Server Headers

No server headers found

CORS Headers

No CORS headers found

Cookies Headers

No cookies headers found

Other Headers

Alt-Svc
Other
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Other
Fri, 07 Aug 2026 17:19:33 GMT
X-Cache
Other
HIT
X-Cache-Hits
Other
0
X-Served-By
Other
cache-nyc-kteb1890051-NYC
X-Timer
Other
S1786123174.803023,VS0,VE1

Recommendations

Enable compression (gzip/brotli) to improve performance