On 16/10/12 15:33, Donny Brooks wrote:
> 2. Is there any way with the latest Firefox (16.0.1) to auto enable
> addons? Or will my users have to click enable on them? I see that the
> behaviour changed in FF8 to make users click enable by default but is
> there a policy I can push with my mozilla.cfg to make this
> automatic?

This is what we do with a file %PROGRAMFILES%\Mozilla
firefox\defaults\pref\firefox-custom.js in Firefox 10ESR:

// Don't disable our bundled extensions in the application directory
// https://developer.mozilla.org/en/Installing_extensions
// http://mike.kaply.com/2012/02/21/understanding-add-on-scopes/
// http://forums.mozillazine.org/viewtopic.php?f=23&t=2320715&start=15
// This doesn't seem to work without extensions.shownSelectionUI,
// at least for upgrades from 3.6 to 10
// it might be fine for new profiles.
pref("extensions.autoDisableScopes", 11);

// Don't display the disabled extensions dialog
pref("extensions.shownSelectionUI", true);

It might be worth you also joining the Mozilla Enterprise mailing list
for getting information about such areas.


-- 
Pete Boyd

thegoldenear.org
openplanit.co.uk

-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to