22 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=300;includeSubdomains
Content-Security-Policy
Basic
default-src; frame-ancestors; frame-src; +11 more
X-Frame-Options
Good
SAMEORIGIN
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Good
no-referrer-when-downgrade
Permissions-Policy
Present
autoplay=(), camera=(), fullscreen=*, geolocation=*, display-capture=(self), microphone=()
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'

Performance Headers

4 headers
Accept-Ranges
Performance
bytes
Connection
Performance
keep-alive
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding, Origin

Caching Headers

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

Content Headers

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

Server Headers

2 headers
Server
Server
nginx
X-Powered-By
Server
WordPress VIP <https://wpvip.com>

CORS Headers

2 headers
Access-Control-Allow-Methods
Cors
*
Access-Control-Allow-Origin
Cors
https://techcrunch.com

Cookies Headers

0 headers
No cookies headers found

Other Headers

6 headers
Date
Other
Mon, 03 Nov 2025 02:14:00 GMT
Host-Header
Other
a9130478a60e5f9135f765b23f26593b
Link
Other
<https://techcrunch.com/wp-json/>; rel="https://api.w.org/"
X-Cache
Other
HIT
X-Hacker
Other
If you're reading this, you should visit https://join.a8c.com/viphacker and apply to join the fun, mention this header.
X-Rq
Other
dca8 181 249 80

Recommendations

Enable compression (gzip/brotli) to improve performance

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

Analysis completed in 5ms