]> git.p6c8.net - policy-templates.git/commitdiff
Update docs for DisableRemoteImprovements
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 25 Feb 2026 21:22:08 +0000 (16:22 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 25 Feb 2026 21:22:08 +0000 (16:22 -0500)
docs/index.md
linux/policies.json
mac/org.mozilla.firefox.plist
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/ru-RU/firefox.adml

index 5324d51a8dd6a1681b57c05fdf29c86ccd5d53d1..df52a3505735f86712a7e9ca4fc4eef196d0040b 100644 (file)
@@ -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
 | **[`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.
 | **[`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):
+```
+<enabled/> or <disabled/>
+```
+#### macOS
+```
+<dict>
+  <key>DisableRemoteImprovements</key>
+  <true/> | <false/>
+</dict>
+```
+#### policies.json
+```
+{
+  "policies": {
+    "DisableRemoteImprovements": true | false
+  }
+}
+```
 ### DisableSafeMode
 Disable safe mode within the browser.
 
 ### DisableSafeMode
 Disable safe mode within the browser.
 
index 82429b57cc0c1428476d1cf7c37843338a5a09a3..ea72c7f57b0ef1ac643378ee26a927a0dab5bd4f 100644 (file)
@@ -82,6 +82,7 @@
     "DisablePrivateBrowsing": true | false,
     "DisableProfileImport": true | false,
     "DisableProfileRefresh": true | false,
     "DisablePrivateBrowsing": true | false,
     "DisableProfileImport": true | false,
     "DisableProfileRefresh": true | false,
+    "DisableRemoteImprovements": true | false,
     "DisableSafeMode": true | false,
     "DisableSecurityBypass": {
       "InvalidCertificate": true | false,
     "DisableSafeMode": true | false,
     "DisableSecurityBypass": {
       "InvalidCertificate": true | false,
index 518723180f616945ba56b21b2010283c1c16676f..631adf76be9936d8d6a6ad16c5ee4732f9db079c 100644 (file)
        <true/>
        <key>DisableProfileRefresh</key>
        <true/>
        <true/>
        <key>DisableProfileRefresh</key>
        <true/>
+       <key>DisableRemoteImprovements</key>
+       <true/>
        <key>DisableSafeMode</key>
        <true/>
        <key>DisableSecurityBypass</key>
        <key>DisableSafeMode</key>
        <true/>
        <key>DisableSecurityBypass</key>
index a81c870f2655f107cd9b5e051cfeb28d3ee27f55..23dc6d715d44e74ca4bacb6368f80b62aa2618d6 100644 (file)
@@ -83,6 +83,7 @@
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 oder höher</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 oder höher</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 oder höher</string>
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 oder höher</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 oder höher</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 oder höher</string>
+      <string id="SUPPORTED_FF148_ONLY">Firefox 148 oder höher</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Berechtigungen</string>
       <string id="Camera_group">Kamera</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Berechtigungen</string>
       <string id="Camera_group">Kamera</string>
@@ -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.</string>
 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.</string>
+      <string id="DisableRemoteImprovements">Remote-Verbesserungen deaktivieren</string>
+      <string id="DisableRemoteImprovements_Explain">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.</string>
       <string id="Preferences_Boolean_Explain">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:
       <string id="Preferences_Boolean_Explain">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:
index 2de8141b6a3fb2cc987bb944b39c54e14f38f6b4..9be10a31f352d5668d4145c90381cca63614b1bc 100644 (file)
@@ -83,6 +83,7 @@
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 or later</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 or later</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 or later</string>
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 or later</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 or later</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 or later</string>
+      <string id="SUPPORTED_FF148_ONLY">Firefox 148 or later</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Permissions</string>
       <string id="Camera_group">Camera</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Permissions</string>
       <string id="Camera_group">Camera</string>
@@ -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.</string>
 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.</string>
+      <string id="DisableRemoteImprovements">Disable Remote Improvements</string>
+      <string id="DisableRemoteImprovements_Explain">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.</string>
       <string id="Preferences_Boolean_Explain">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:
       <string id="Preferences_Boolean_Explain">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:
index cf9fdfaa1d0d893c1e34fc98e285e0bbf6616aec..2c884a0b1fa0f064fde91231d8de174dc8954001 100644 (file)
@@ -85,6 +85,7 @@
       <definition name="SUPPORTED_FF144_ONLY" displayName="$(string.SUPPORTED_FF144_ONLY)"/>
       <definition name="SUPPORTED_FF145_ONLY" displayName="$(string.SUPPORTED_FF145_ONLY)"/>
       <definition name="SUPPORTED_FF146_ONLY" displayName="$(string.SUPPORTED_FF146_ONLY)"/>
       <definition name="SUPPORTED_FF144_ONLY" displayName="$(string.SUPPORTED_FF144_ONLY)"/>
       <definition name="SUPPORTED_FF145_ONLY" displayName="$(string.SUPPORTED_FF145_ONLY)"/>
       <definition name="SUPPORTED_FF146_ONLY" displayName="$(string.SUPPORTED_FF146_ONLY)"/>
+      <definition name="SUPPORTED_FF148_ONLY" displayName="$(string.SUPPORTED_FF148_ONLY)"/>
     </definitions>
   </supportedOn>
   <categories>
     </definitions>
   </supportedOn>
   <categories>
         <decimal value="0"/>
       </disabledValue>
     </policy>
         <decimal value="0"/>
       </disabledValue>
     </policy>
+    <policy name="DisableRemoteImprovements" class="Both" displayName="$(string.DisableRemoteImprovements)" explainText="$(string.DisableRemoteImprovements_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableRemoteImprovements">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_FF148"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
   </policies>
 </policyDefinitions>
   </policies>
 </policyDefinitions>
index 35497606bf16f8e360d17e292c07f5d27854df6a..29f97b4f32547987b44d488e0516a026d886a43e 100644 (file)
@@ -83,6 +83,7 @@
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 ou supérieur</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 ou supérieur</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 ou supérieur</string>
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 ou supérieur</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 ou supérieur</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 ou supérieur</string>
+      <string id="SUPPORTED_FF148_ONLY">Firefox 148 ou supérieur</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Permissions</string>
       <string id="Camera_group">Caméra</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Permissions</string>
       <string id="Camera_group">Caméra</string>
@@ -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.</string>
 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.</string>
+      <string id="DisableRemoteImprovements">Désactiver les améliorations à distance</string>
+      <string id="DisableRemoteImprovements_Explain">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.</string>
       <string id="Preferences_Boolean_Explain">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 :
       <string id="Preferences_Boolean_Explain">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 :
index 245edb5df828853be2f7969e56af3627d6c50680..11dffd47d6c8c9cffaa1cd3929bc96304376ceef 100644 (file)
@@ -84,6 +84,7 @@
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 или более поздние версии</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 или более поздние версии</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 или более поздние версии</string>
       <string id="SUPPORTED_FF144_ONLY">Firefox 144 или более поздние версии</string>
       <string id="SUPPORTED_FF145_ONLY">Firefox 145 или более поздние версии</string>
       <string id="SUPPORTED_FF146_ONLY">Firefox 146 или более поздние версии</string>
+      <string id="SUPPORTED_FF148_ONLY">Firefox 148 или более поздние версии</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Разрешения</string>
       <string id="Camera_group">Камера</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Разрешения</string>
       <string id="Camera_group">Камера</string>
@@ -1341,6 +1342,10 @@ Mozilla рекомендует не отключать телеметрию. И
 Если эта политика не настроена, доступность восстановления определяется настройками платформы по умолчанию.
 
 Эта политика не может использоваться для включения восстановления на платформах или в конфигурациях, где восстановление иначе не поддерживается.</string>
 Если эта политика не настроена, доступность восстановления определяется настройками платформы по умолчанию.
 
 Эта политика не может использоваться для включения восстановления на платформах или в конфигурациях, где восстановление иначе не поддерживается.</string>
+      <string id="DisableRemoteImprovements">Отключить удалённые улучшения</string>
+      <string id="DisableRemoteImprovements_Explain">Если эта политика включена, Firefox не будет применять изменения производительности, стабильности или функциональности между обновлениями.
+
+Если эта политика отключена или не настроена, Firefox будет применять изменения производительности, стабильности или функциональности между обновлениями.</string>
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:

patrick-canterino.de