X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/0052833e57ef6320a926d262fa42caaceb7444f5..a72ed11ccfb29ccd83d15cb9d69b485deb8fa7c1:/docs/index.md?ds=sidebyside
diff --git a/docs/index.md b/docs/index.md
index 49f051d..2850b1f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -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.
@@ -2448,7 +2449,7 @@ 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.
+For more information, see [Manage remote improvements settings in Firefox](https://support.mozilla.org/en-US/kb/remote-improvements).
Note: This policy is not correctly reflected in preferences. This will be fixed soon.
@@ -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):
+```
+ or
+```
+#### macOS
+```
+
+ IPProtectionAvailable
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "IPProtectionAvailable": true | false
+}
+```
### LegacyProfiles
Disable the feature enforcing a separate profile for each installation.