Skip to content

DisableSystemAddonUpdate

Prevent system add-ons from being installed or updated.

System add-ons are built-in Firefox features that are implemented as extensions so that Mozilla can ship and update them independently of the Firefox release cycle. Because Firefox treats them as part of the browser rather than as user add-ons, they are not managed from the Add-ons Manager.

If this policy is set to true, Firefox does not install new system add-ons or update existing system add-ons through the system add-on update mechanism.

FirefoxFirefox ESRFirefox Enterprise
Available since 60Available since 60Available since 149

CCK2 Equivalent: N/A
OMA-URI: DisableSystemAddonUpdate
Preferences Affected: N/A

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