Skip to content

AppAutoUpdate

Enable or disable automatic application update.

If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.

If set to false, application updates are downloaded but the user can choose when to install the update.

If you have disabled updates via DisableAppUpdate, this policy has no effect.

FirefoxFirefox ESRFirefox Enterprise
Available since 75Available since 68.7.0Not supported

CCK2 Equivalent: N/A
OMA-URI: AppAutoUpdate
Preferences Affected: app.update.auto

policies.json
{
"policies": {
"AppAutoUpdate": false
}
}
JSON schema
AppAutoUpdate JSON schema
{
"type": "boolean"
}
Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
<dict>
<key>AppAutoUpdate</key>
<true/> | <false/>
</dict>