Skip to content

BackgroundAppUpdate

Enable or disable automatic application update in the background, when the application is not running.

If set to true, application updates may be installed (without explicit user approval) in the background, even when the application is not running. The operating system may still require approval.

If set to false, the application will not try to install updates when the application is not running.

If you are having trouble getting the background task to run, verify your configuration with the "Requirements to run" section in this support document.

Compatibility: Firefox 90 (Windows only)
CCK2 Equivalent: N/A
Preferences Affected: app.update.background.enabled

Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate

Value (string):

<enabled/> or <disabled/>
<dict>
<key>BackgroundAppUpdate</key>
<true/> | <false/>
</dict>
{
"policies": {
"BackgroundAppUpdate": true | false
}
}