From c8a1b49ddd1d2c6572a038441f3f41a78ed81dc5 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 16 Feb 2024 11:19:29 +0000 Subject: [PATCH] DEV: Disable service worker caching by default Followup to c4559ae5751fce09b6d43f71887a310f7ba2670d --- config/discourse_defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/discourse_defaults.conf b/config/discourse_defaults.conf index dd954fd87c1..f2287665849 100644 --- a/config/discourse_defaults.conf +++ b/config/discourse_defaults.conf @@ -394,4 +394,4 @@ asset_url_salt = # disable service-worker caching. An 'offline' page will still be used as an offline fallback. # This flag is for a temporary experiment, and may be removed at any time -disable_service_worker_cache = false +disable_service_worker_cache = true