Disable Firefox Auto Update for users

llitz123
Contributor III

I used to just remove the updater from the app package yet that no longer works.
How are you disabling updates for clients?
Our current issue has been for some reason Firefox crashes when clients try and update themselves and I dont want them updating until I get a chance to test compatibility against internal systems...
Any help is greatly appreciated.

2 REPLIES 2

jchen1225
New Contributor III

Using the plist template here: https://github.com/mozilla/policy-templates/tree/master/mac
And this line worked for me via Configuration Profile:
<key>DisableAppUpdate</key> <true/>
01bedce2de774b08af498f3ad270fa47

user-kMDjUsheqD
New Contributor

can you share your custom schema? I actually want to enable auto updates.