From ece0aa45325452e94576e3b75769689f17d29415 Mon Sep 17 00:00:00 2001 From: "sentry[bot]" <39604003+sentry[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:05:30 +0000 Subject: [PATCH] fix(caching): Prevent stale JS bundles with cache control headers --- public/_headers | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/_headers b/public/_headers index 96b055708d..149b86ee9b 100644 --- a/public/_headers +++ b/public/_headers @@ -3,4 +3,7 @@ X-Frame-Options: DENY X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Referrer-Policy: same-origin -Permissions-Policy: accelerometer=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=(), interest-cohort=() \ No newline at end of file +Permissions-Policy: accelerometer=(), camera=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=(), interest-cohort=()Cache-Control: no-cache, no-store, must-revalidate + +/assets/* +Cache-Control: public, max-age=31536000, immutable \ No newline at end of file