X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/c64465a7a2a45987610576d3caba053d69981fe1..feb3a64154fbbe0e503713f5ee2c8392fbb91c9d:/docs/index.md?ds=inline
diff --git a/docs/index.md b/docs/index.md
index a61c45c..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.
@@ -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.