14 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31536000;
Content-Security-Policy
Basic
script-src; frame-src; child-src
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
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 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

3 headers
Cache-Control
Caching
post-check=0, pre-check=0
Expires
Caching
Thu, 1 Jan 1970 00:00:00 GMT
Pragma
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
text/html; Charset=UTF-8

Server Headers

1 headers
Server
Server
MiniServ

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
testing=1; path=/; secure; httpOnly

Other Headers

3 headers
Auth-Type
Other
auth-required=1
Date
Other
Sat, 8 Nov 2025 06:37:34 GMT
X-No-Links
Other
1

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 1189ms