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
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdateValue (string):
<enabled/> or <disabled/><dict> <key>BackgroundAppUpdate</key> <true/> | <false/></dict>policies.json
Section titled “policies.json”{ "policies": { "BackgroundAppUpdate": true | false }}