<string id="SUPPORTED_FF144">Firefox 144 or later, Firefox 140.4 ESR or later</string>
<string id="SUPPORTED_FF144_ONLY">Firefox 144 or later</string>
<string id="SUPPORTED_FF145_ONLY">Firefox 145 or later</string>
+ <string id="SUPPORTED_FF146_ONLY">Firefox 146 or later</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permissions</string>
<string id="Camera_group">Camera</string>
<string id="InterceptionPoints_DragAndDrop_group">Drag And Drop</string>
<string id="FirefoxHome_group">Firefox Home</string>
<string id="GenerativeAI_group">Generative AI</string>
+ <string id="BrowserDataBackup_group">Browser Data Backup</string>
<string id="Allow">Allowed Sites</string>
<string id="AllowSession">Allowed Sites (Session Only)</string>
<string id="Block">Blocked Sites</string>
<string id="GenerativeAI_Locked_Explain">If this policy is enabled, the user cannot change generative AI preferences.
If this policy is disabled or not configured, the user can change generative AI preferences.</string>
+ <string id="BrowserDataBackup_AllowBackup">Allow Backup</string>
+ <string id="BrowserDataBackup_AllowBackup_Explain">If this policy is enabled, browser profile data can be backed up when backup is supported on the platform.
+
+If this policy is disabled, browser profile data cannot be backed up.
+
+If this policy is not configured, backup availability follows the platform default.
+
+This policy cannot be used to enable backup on platforms or in configurations where backup is not otherwise supported.</string>
+ <string id="BrowserDataBackup_AllowRestore">Allow Restore</string>
+ <string id="BrowserDataBackup_AllowRestore_Explain">If this policy is enabled, browser profile data can be restored from backups when restore is supported on the platform.
+
+If this policy is disabled, browser profile data cannot be restored from backups.
+
+If this policy is not configured, restore availability follows the platform default.
+
+This policy cannot be used to enable restore on platforms or in configurations where restore is not otherwise supported.</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:
<definition name="SUPPORTED_FF144" displayName="$(string.SUPPORTED_FF144)"/>
<definition name="SUPPORTED_FF144_ONLY" displayName="$(string.SUPPORTED_FF144_ONLY)"/>
<definition name="SUPPORTED_FF145_ONLY" displayName="$(string.SUPPORTED_FF145_ONLY)"/>
+ <definition name="SUPPORTED_FF146_ONLY" displayName="$(string.SUPPORTED_FF146_ONLY)"/>
</definitions>
</supportedOn>
<categories>
<category displayName="$(string.GenerativeAI_group)" name="GenerativeAI">
<parentCategory ref="firefox"/>
</category>
+ <category displayName="$(string.BrowserDataBackup_group)" name="BrowserDataBackup">
+ <parentCategory ref="firefox"/>
+ </category>
</categories>
<policies>
<policy name="AppAutoUpdate" class="Both" displayName="$(string.AppAutoUpdate)" explainText="$(string.AppAutoUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AppAutoUpdate">
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="BrowserDataBackup_AllowBackup" class="Both" displayName="$(string.BrowserDataBackup_AllowBackup)" explainText="$(string.BrowserDataBackup_AllowBackup_Explain)" key="Software\Policies\Mozilla\Firefox\BrowserDataBackup" valueName="AllowBackup">
+ <parentCategory ref="BrowserDataBackup"/>
+ <supportedOn ref="SUPPORTED_FF146"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="BrowserDataBackup_AllowRestore" class="Both" displayName="$(string.BrowserDataBackup_AllowRestore)" explainText="$(string.BrowserDataBackup_AllowRestore_Explain)" key="Software\Policies\Mozilla\Firefox\BrowserDataBackup" valueName="AllowRestore">
+ <parentCategory ref="BrowserDataBackup"/>
+ <supportedOn ref="SUPPORTED_FF146"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
</policies>
</policyDefinitions>