From dc1a70c6004327ce89681506ee132d55497af7cb Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:30:08 -0400 Subject: [PATCH] DisableRemoteImprovements Allow Firefox to improve features, performance, and stability between updates --- policies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/policies.json b/policies.json index bdaa60b..351ad99 100644 --- a/policies.json +++ b/policies.json @@ -5,6 +5,7 @@ "AppAutoUpdate_comment": "Change to false to disable auto-updates.", "DisableFirefoxStudies": true, "DisableTelemetry": true, + "DisableRemoteImprovements": true, "DisableFeedbackCommands": true, "DisableSetDesktopBackground": true, "DisableDeveloperTools": false,