Changeset 61355
- Timestamp:
- 12/06/2025 01:52:00 AM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r61123 r61355 3413 3413 'x-srcache-store-status' => $cache_hit_callback, 3414 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, 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, 3415 3425 ); 3416 3426
Note: See TracChangeset
for help on using the changeset viewer.