Re: [Mozilla Enterprise] Block updates of one extension (but not all)

2016-09-20 Thread Kaply Consulting
In theory you could use the addon manager API, but you've have to write some custom code to make sure it ran late in the process. I'll see if I can put something together. Mike Kaply On Tue, Sep 20, 2016 at 7:27 AM, Mossroy wrote: > After comparing a user profile with &

Re: [Mozilla Enterprise] Block updates of one extension (but not all)

2016-09-20 Thread Mossroy
After comparing a user profile with & without automatic updates on a specific addon, I found that this info was located in extensions.json In this JSON file are listed all the addons, and for each there is a "applyBackgroundUpdates" property : 0 seems to mean updates disabled, and 1 enabled.