18 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15768000 ; includeSubDomains ; preload
Content-Security-Policy
Basic
script-src
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
no-referrer-when-downgrade
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'
  • Consider adding Permissions-Policy to control browser features

Performance Headers

2 headers
Connection
Performance
Transfer-Encoding
Transfer-Encoding
Performance
chunked

Caching Headers

1 headers
Cache-Control
Caching
must-revalidate, max-age=600

Content Headers

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

Server Headers

2 headers
Server
Server
nginx
X-Powered-By
Server
WP Engine

CORS Headers

1 headers
Access-Control-Allow-Origin
Cors
https://cdn-assets-prod.s3.amazonaws.com

Cookies Headers

0 headers
No cookies headers found

Other Headers

5 headers
Date
Other
Mon, 03 Nov 2025 16:19:58 GMT
Feature-Policy
Other
geolocation 'none'; midi 'none'; sync-xhr 'none'; microphone 'none'; camera 'none'; magnetometer 'none'; gyroscope 'none'; fullscreen 'self' https://www.youtube.com https://mediastream.microsoft.com; payment 'none'
Link
Other
<https://visualstudio.microsoft.com/>; rel=shortlink
X-Cache-Group
Other
normal
X-Cacheable
Other
SHORT

Recommendations

Enable compression (gzip/brotli) to improve performance

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

Analysis completed in 709ms