13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=16000000; includeSubDomains; preload
Content-Security-Policy
Basic
default-src; connect-src; script-src; +5 more 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
Present
interest-cohort=(), geolocation=(), encrypted-media=(); +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 Referrer-Policy header (recommended: strict-origin-when-cross-origin)

Performance Headers

Connection
Performance
close
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

Cache-Control
Caching
max-age=180, public

Content Headers

Content-Type
Content
text/html; charset=UTF-8

Server Headers

Server
Server
Apache/2.4.66 (Ubuntu)
X-Powered-By
Server
PHP/8.2.30

CORS Headers

No CORS headers found

Cookies Headers

No cookies headers found

Other Headers

Date
Other
Sat, 02 May 2026 17:32:46 GMT

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology