ManualAppUpdateOnly
Switch to manual updates only.
If this policy is enabled:
- The user will never be prompted to install updates
- Firefox will not check for updates in the background, though it will check automatically when an update UI is displayed (such as the one in the About dialog). This check will be used to show "Update to version X" in the UI, but will not automatically download the update or prompt the user to update in any other way.
- The update UI will work as expected, unlike when using the
DisableAppUpdatepolicy.
This policy is primarily intended for advanced end users, not for enterprises, but it is available via GPO.
Compatibility: Firefox 87
CCK2 Equivalent: N/A
Preferences Affected: N/A
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\ManualAppUpdateOnly = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManualAppUpdateOnlyValue (string):
<enabled/> or <disabled/><dict> <key>ManualAppUpdateOnly</key> <true/> | <false/></dict>policies.json
Section titled “policies.json”{ "policies": { "ManualAppUpdateOnly": true | false }}