Skip to main content

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.

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/>


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


Reply