From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Fri, 12 Dec 2025 17:43:31 +0000 (-0500)
Subject: Remove doc that is already added.
X-Git-Tag: v7.6~4^2~4
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/e4dd0bcad6faac8c10fb825f78121eb6cf899da4?ds=inline;hp=--cc
Remove doc that is already added.
---
e4dd0bcad6faac8c10fb825f78121eb6cf899da4
diff --git a/docs/index.md b/docs/index.md
index b524d19..9af0275 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -30,7 +30,6 @@ Note: The `policies.json` must use the UTF-8 encoding.
| **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
| **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
| **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
-| **[`BrowserDataBackup`](#browserdatabackup)** | Disable backup or restore of profile data.
| **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
| **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
| **[`Certificates`](#certificates)** |
@@ -904,72 +903,6 @@ Value (string):
}
}
```
-
-
-
-
-
-### BrowserDataBackup
-Clear data on shutdown.
-
-`AllowBackup`
-
-`AllowRestore`
-
-**Compatibility:** Firefox 146
-**CCK2 Equivalent:** N/A\
-**Preferences Affected:** `browser.backup.enabled`, `browser.backup.archive.enabled`, `browser.backup.restore.enabled`
-
-#### Windows (GPO)
-```
-Software\Policies\Mozilla\Firefox\BrowserDataBackup\AllowBackup = 0x1 | 0x0
-Software\Policies\Mozilla\Firefox\BrowserDataBackup\AllowRestore = 0x1 | 0x0
-```
-#### Windows (Intune)
-OMA-URI:
-```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~BrowserDataBackup/BrowserDataBackup_AllowBackup
-```
-Value (string):
-```
- or
-```
-OMA-URI:
-```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~BrowserDataBackup/BrowserDataBackup_AllowRestore
-```
-Value (string):
-```
- or
-```
-#### macOS
-```
-
- BrowserDataBackup
-
- AllowBackup
- |
- AllowRestore
- |
-
-
-```
-#### policies.json
-```
-{
- "policies": {
- "BrowserDataBackup": {
- "AllowBackup": true | false,
- "AllowRestore": true | false
- }
- }
-}
-```
-
-
-
-
-
### Bookmarks
Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.