From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Wed, 25 Feb 2026 21:22:08 +0000 (-0500)
Subject: Update docs for DisableRemoteImprovements
X-Git-Tag: v7.8~1
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/50cee22e9ac1e4fe211f430ba068b1713b1f44d9?hp=--cc
Update docs for DisableRemoteImprovements
---
50cee22e9ac1e4fe211f430ba068b1713b1f44d9
diff --git a/docs/index.md b/docs/index.md
index 5324d51..df52a35 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -58,6 +58,7 @@ Note: The `policies.json` must use the UTF-8 encoding.
| **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
| **[`DisableProfileImport`](#disableprofileimport)** | Remove the ability to import data from other browers.
| **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
+| **[`DisableRemoteImprovements`](#disableremoteimprovements)** | Prevent Firefox from applying performance, stability, and feature changes between updates.
| **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
| **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
| **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
@@ -2444,6 +2445,45 @@ Value (string):
}
}
```
+### DisableRemoteImprovements
+Prevent Firefox from applying performance, stability, and feature changes between updates.
+
+For more information, see https://support.mozilla.org/en-US/kb/remote-improvements.
+
+Note: This policy is not correctly reflected in preferences. This will be fixed soon.
+
+**Compatibility:** Firefox 148\
+**CCK2 Equivalent:** N/A
+**Preferences Affected:** N/A
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\DisableRemoteImprovements = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableRemoteImprovements
+```
+Value (string):
+```
+ or
+```
+#### macOS
+```
+
+ DisableRemoteImprovements
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "DisableRemoteImprovements": true | false
+ }
+}
+```
### DisableSafeMode
Disable safe mode within the browser.
diff --git a/linux/policies.json b/linux/policies.json
index 82429b5..ea72c7f 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -82,6 +82,7 @@
"DisablePrivateBrowsing": true | false,
"DisableProfileImport": true | false,
"DisableProfileRefresh": true | false,
+ "DisableRemoteImprovements": true | false,
"DisableSafeMode": true | false,
"DisableSecurityBypass": {
"InvalidCertificate": true | false,
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 5187231..631adf7 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -211,6 +211,8 @@
DisableProfileRefresh
+ DisableRemoteImprovements
+
DisableSafeMode
DisableSecurityBypass
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index a81c870..23dc6d7 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -83,6 +83,7 @@
Firefox 144 oder höher
Firefox 145 oder höher
Firefox 146 oder höher
+ Firefox 148 oder höher
Firefox
Berechtigungen
Kamera
@@ -1345,6 +1346,10 @@ Wenn diese Richtlinieneinstellung deaktiviert ist, können Browserprofil-Daten n
Wenn diese Richtlinieneinstellung nicht konfiguriert ist, richtet sich die Verfügbarkeit der Wiederherstellung nach der Standardeinstellung der Plattform.
Diese Richtlinieneinstellung kann nicht verwendet werden, um die Wiederherstellung auf Plattformen oder in Konfigurationen zu aktivieren, die die Wiederherstellung ansonsten nicht unterstützen.
+ Remote-Verbesserungen deaktivieren
+ Wenn diese Richtlinieneinstellung aktiviert ist, wendet Firefox zwischen Updates keine Ãnderungen an Leistung, Stabilität oder Funktionen an.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wendet Firefox zwischen Updates Ãnderungen an Leistung, Stabilität oder Funktionen an.
Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
Für eine Beschreibung der Einstellung, siehe:
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 2de8141..9be10a3 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -83,6 +83,7 @@
Firefox 144 or later
Firefox 145 or later
Firefox 146 or later
+ Firefox 148 or later
Firefox
Permissions
Camera
@@ -1339,6 +1340,10 @@ If this policy is disabled, browser profile data cannot be restored from backups
If this policy is not configured, restore availability follows the platform default.
This policy cannot be used to enable restore on platforms or in configurations where restore is not otherwise supported.
+ Disable Remote Improvements
+ If this policy is enabled, Firefox will not apply performance, stability, and feature changes between updates.
+
+If this policy is disabled or not configured, Firefox will apply performance, stability, and feature changes between updates.
If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
For a description of the preference, see:
diff --git a/windows/firefox.admx b/windows/firefox.admx
index cf9fdfa..2c884a0 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -85,6 +85,7 @@
+
@@ -4806,5 +4807,15 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 3549760..29f97b4 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -83,6 +83,7 @@
Firefox 144 ou supérieur
Firefox 145 ou supérieur
Firefox 146 ou supérieur
+ Firefox 148 ou supérieur
Firefox
Permissions
Caméra
@@ -1346,6 +1347,10 @@ Si cette stratégie est désactivée, les données du profil de navigateur ne pe
Si cette stratégie nâest pas configurée, la disponibilité de la restauration suit la valeur par défaut de la plateforme.
Cette stratégie ne peut pas être utilisée pour activer la restauration sur des plateformes ou dans des configurations où la restauration nâest pas autrement prise en charge.
+ Désactiver les améliorations à distance
+ Si cette stratégie est activée, Firefox nâappliquera pas de modifications de performance, de stabilité ou de fonctionnalités entre les mises à jour.
+
+Si cette stratégie est désactivée ou non configurée, Firefox appliquera des modifications de performance, de stabilité ou de fonctionnalités entre les mises à jour.
Si cette stratégie est activée, la préférence est verrouillée sur "true". Si cette stratégie est désactivée, la préférence est verrouillée sur "false".
Pour une description de la préférence, consultez :
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index 245edb5..11dffd4 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -84,6 +84,7 @@
Firefox 144 или более поздние веÑÑии
Firefox 145 или более поздние веÑÑии
Firefox 146 или более поздние веÑÑии
+ Firefox 148 или более поздние веÑÑии
Firefox
РазÑеÑениÑ
ÐамеÑа
@@ -1341,6 +1342,10 @@ Mozilla ÑекомендÑÐµÑ Ð½Ðµ оÑклÑÑаÑÑ ÑелемеÑÑиÑ. Ð
ÐÑли ÑÑа полиÑика не наÑÑÑоена, доÑÑÑпноÑÑÑ Ð²Ð¾ÑÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¾Ð¿ÑеделÑеÑÑÑ Ð½Ð°ÑÑÑойками плаÑÑоÑÐ¼Ñ Ð¿Ð¾ ÑмолÑаниÑ.
ÐÑа полиÑика не Ð¼Ð¾Ð¶ÐµÑ Ð¸ÑполÑзоваÑÑÑÑ Ð´Ð»Ñ Ð²ÐºÐ»ÑÑÐµÐ½Ð¸Ñ Ð²Ð¾ÑÑÑÐ°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð½Ð° плаÑÑоÑмаÑ
или в конÑигÑÑаÑиÑÑ
, где воÑÑÑановление инаÑе не поддеÑживаеÑÑÑ.
+ ÐÑклÑÑиÑÑ ÑдалÑннÑе ÑлÑÑÑениÑ
+ ÐÑли ÑÑа полиÑика вклÑÑена, Firefox не бÑÐ´ÐµÑ Ð¿ÑименÑÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿ÑоизводиÑелÑноÑÑи, ÑÑабилÑноÑÑи или ÑÑнкÑионалÑноÑÑи Ð¼ÐµÐ¶Ð´Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñми.
+
+ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, Firefox бÑÐ´ÐµÑ Ð¿ÑименÑÑÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿ÑоизводиÑелÑноÑÑи, ÑÑабилÑноÑÑи или ÑÑнкÑионалÑноÑÑи Ð¼ÐµÐ¶Ð´Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñми.
ÐÑли ÑÑа полиÑика вклÑÑена, пÑедпоÑÑение заблокиÑовано на true. ÐÑли ÑÑа полиÑика оÑклÑÑена, пÑедпоÑÑение заблокиÑовано на false.
ÐпиÑание пÑедпоÑÑÐµÐ½Ð¸Ñ Ñм.: