You need to setup a configuration profile. The plist file gets converted to a mobileconfig using a tool like https://github.com/timsutton/mcxToProfile
You also need to add EnterprisePoliciesEnabled for Mac. https://github.com/mozilla/policy-templates/blob/master/README.md#enterprisepoliciesenabled Or you can put a policies.json file in the /Applications/Firefox.app/Contents/Resources/distribution directory. Mike Kaply On Fri, Jul 26, 2019 at 2:00 AM Pal Shekawat <[email protected]> wrote: > Hello, > > As per the suggestion " > *https://github.com/mozilla/policy-templates/blob/master/README.md#json-1 > <https://github.com/mozilla/policy-templates/blob/master/README.md#json-1>* > "we disabled the auto updates in windows through registry. > > But, we couldn't do it for MAC with below code. So, Could you please > suggest below code where it needs to be placed in MAC machine in-order to > disable auto updates. > > > " > > *<dict> > <key>DisableAppUpdate</key> > <true/> | <false/> > </dict>* > > " > > > -- > //Pal >
_______________________________________________ Enterprise mailing list [email protected] https://mail.mozilla.org/listinfo/enterprise To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to [email protected] with a subject of "unsubscribe"

