]> git.p6c8.net - policy-templates.git/commitdiff
Add IPProtection policy
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 8 Apr 2026 16:07:56 +0000 (12:07 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 8 Apr 2026 16:07:56 +0000 (12:07 -0400)
docs/index.md
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/ru-RU/firefox.adml

index a61c45c9df0013895d0e7e14b03dfa8c5e85a737..2850b1f42dbd106934a2302cf9b5ebdf42f04eea 100644 (file)
@@ -87,6 +87,7 @@ Note: The `policies.json` must use the UTF-8 encoding.
 | **[`HttpAllowlist`](#httpallowlist)** | Configure origins that will not be upgraded to HTTPS.
 | **[`HttpsOnlyMode`](#httpsonlymode)** | Configure HTTPS-Only Mode.
 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
+| **[`IPProtectionAvailable`](#ipprotectionavailable)** | Prevent the built-in VPN from being available to users.
 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
@@ -4333,6 +4334,40 @@ Value (string):
   }
 }
 ```
+### IPProtectionAvailable
+Prevent the built-in VPN from being available to users.
+
+**Compatibility:** Firefox 149.0.2\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `browser.ipProtection.enabled`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\IPProtectionAvailable = = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/IPProtectionAvailable
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+#### macOS
+```
+<dict>
+  <key>IPProtectionAvailable</key>
+  <true/> | <false/>
+</dict>
+```
+#### policies.json
+```
+{
+  "policies": {
+    "IPProtectionAvailable": true | false
+}
+```
 ### LegacyProfiles
 Disable the feature enforcing a separate profile for each installation.
 
index 8a5aff4c4686602b3aa0930e1cf0b89555c054af..bd9a262ce6be1ccff667ad9a6f96a456465e52b7 100644 (file)
@@ -84,6 +84,7 @@
       <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="SUPPORTED_FF14902_ONLY">Firefox 149.0.2 oder höher</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Berechtigungen</string>
       <string id="Camera_group">Kamera</string>
@@ -1350,6 +1351,10 @@ Diese Richtlinieneinstellung kann nicht verwendet werden, um die Wiederherstellu
       <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="IPProtectionAvailable">IP-Schutz (VPN) Verfügbarkeit</string>
+      <string id="IPProtectionAvailable_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, steht den Benutzern das integrierte VPN (IP-Schutz) nicht zur Verfügung.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, steht das integrierte VPN (IP-Schutz) zur Verfügung.</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:
index 35b8e14f48173d3cc6e43e032de25e9b09b14322..8ae9e60b8346ac63be310a682ff73602deafa117 100644 (file)
@@ -84,6 +84,7 @@
       <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="SUPPORTED_FF14902_ONLY">Firefox 149.0.2 or later</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Permissions</string>
       <string id="Camera_group">Camera</string>
@@ -1344,6 +1345,10 @@ This policy cannot be used to enable restore on platforms or in configurations w
       <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="IPProtectionAvailable">IP Protection (VPN) Availability</string>
+      <string id="IPProtectionAvailable_Explain">If this policy is disabled, the built-in VPN (IP Protection) is not available to users.
+
+If this policy is enabled or not configured, the built-in VPN (IP Protection) is available.</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:
index d2a9ad683d2fa80202b30183da753996927417e3..be163cf8ccd7a3b11ebdfc10d814fdba9633bfa8 100644 (file)
@@ -86,6 +86,7 @@
       <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)"/>
+      <definition name="SUPPORTED_FF14902_ONLY" displayName="$(string.SUPPORTED_FF14902_ONLY)"/>
     </definitions>
   </supportedOn>
   <categories>
         <decimal value="0"/>
       </disabledValue>
     </policy>
+    <policy name="IPProtectionAvailable" class="Both" displayName="$(string.IPProtectionAvailable)" explainText="$(string.IPProtectionAvailable_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="IPProtectionAvailable">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_FF14902_ONLY"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
   </policies>
 </policyDefinitions>
index 69a2ef3504871e22d534762825b79b7c2d810d2e..237747576e9fbb0e8b20af40110c148d4e3ec1f3 100644 (file)
@@ -84,6 +84,7 @@
       <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="SUPPORTED_FF14902_ONLY">Firefox 149.0.2 ou supérieur</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Permissions</string>
       <string id="Camera_group">Caméra</string>
@@ -1351,6 +1352,10 @@ Cette stratégie ne peut pas être utilisée pour activer la restauration sur de
       <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="IPProtectionAvailable">Disponibilité de la protection IP (VPN)</string>
+      <string id="IPProtectionAvailable_Explain">Si cette stratégie est désactivée, le VPN intégré (Protection IP) n’est pas disponible pour les utilisateurs.
+
+Si cette stratégie est activée ou non configurée, le VPN intégré (Protection IP) est disponible.</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 :
index 087f81d9e58471f1f53e697e469e80a137dcf187..e04b284b7a86aa8175e82e84213fcc4f8137b9cf 100644 (file)
@@ -85,6 +85,7 @@
       <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="SUPPORTED_FF14902_ONLY">Firefox 149.0.2 или более поздние версии</string>
       <string id="firefox">Firefox</string>
       <string id="Permissions_group">Разрешения</string>
       <string id="Camera_group">Камера</string>
@@ -1346,6 +1347,10 @@ Mozilla рекомендует не отключать телеметрию. И
       <string id="DisableRemoteImprovements_Explain">Если эта политика включена, Firefox не будет применять изменения производительности, стабильности или функциональности между обновлениями.
 
 Если эта политика отключена или не настроена, Firefox будет применять изменения производительности, стабильности или функциональности между обновлениями.</string>
+      <string id="IPProtectionAvailable">Доступность защиты IP (VPN)</string>
+      <string id="IPProtectionAvailable_Explain">Если эта политика отключена, встроенный VPN (Защита IP) недоступен для пользователей.
+
+Если эта политика включена или не настроена, встроенный VPN (Защита IP) доступен.</string>
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:

patrick-canterino.de