BrowserDataBackup
Disable backup or restore of profile data. Backup and restore can be disabled individually.
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Available since 146 | Available since 153 | Available since 149 |
CCK2 Equivalent: N/A
OMA-URI: BrowserDataBackup
Preferences Affected: N/A
Examples
Section titled “Examples”{ "policies": { "BrowserDataBackup": { "AllowBackup": true, "AllowRestore": true } }}JSON schema
{ "type": [ "boolean", "object" ], "properties": { "AllowBackup": { "type": "boolean" }, "AllowRestore": { "type": "boolean" } }}Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\BrowserDataBackup\AllowBackup = 0x1 | 0x0Software\Policies\Mozilla\Firefox\BrowserDataBackup\AllowRestore = 0x1 | 0x0<dict> <key>BrowserDataBackup</key> <dict> <key>AllowBackup</key> <true/> | <false/> <key>AllowRestore</key> <true/> | <false/> </dict></dict>