We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6e577 commit 6c189b7Copy full SHA for 6c189b7
src/wp-admin/includes/class-wp-site-health.php
@@ -3414,8 +3414,11 @@ public function get_page_cache_headers() {
3414
'x-srcache-fetch-status' => $cache_hit_callback,
3415
3416
// Generic caching proxies (Nginx, Varnish, etc.)
3417
- 'x-cache' => $cache_hit_callback,
3418
- 'x-cache-status' => $cache_hit_callback,
+ 'x-cache' => $cache_hit_callback,
+ 'x-cache-status' => $cache_hit_callback,
3419
+ 'x-litespeed-cache' => $cache_hit_callback,
3420
+ 'x-proxy-cache' => $cache_hit_callback,
3421
+ 'via' => '',
3422
3423
// Cloudflare
3424
'cf-cache-status' => $cache_hit_callback,
0 commit comments