Thank you all for the help, we have now managed to enable our add-on silently.
Our developers have a follow-up question though: Is the setting “general.config.obscure_value” still a thing in FF 57? The linked document pages specify it in the examples, but the only reference we can find to the actual setting is in the archived section: https://developer.mozilla.org/en-US/docs/Archive/Mozilla/Automatic_Mozilla_Configurator/Locked_config_settings Even setting it explicitly to 1 in autoconfig.js seems to have no effect on the file specified with “general.config.filename”. If it is a thing, where do we find the documentation on how it actually works and how to decode/encode the file so that we can modify it? -----Ursprungligt meddelande----- Från: James Pearson [mailto:[email protected]] Skickat: den 11 januari 2018 16:45 Till: Joel Sanderi <[email protected]> Kopia: [email protected] Ämne: Re: [Mozilla Enterprise] Installing and enabling an add-on silently Joel Sanderi wrote: > > Our devs have not succeeded to enable the add-on silently, perhaps we are > doing something wrong? > We have created a file named “C:\Program Files\Mozilla > Firefox\defaults\pref\channel-prefs.js” with the following content > pref("app.update.channel", "release"); > pref("extensions.autoDisableScopes", 0); > pref("extensions.enabledScopes", 15); > > The plugin is installed automatically but not enabled, and there is a > light-yellow button on the top right that the user must click to enable it. Have a look at: https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdeveloper.mozilla.org%2Fen-US%2FFirefox%2FEnterprise_deployment%23Configuration&data=02%7C01%7Cjoel.sanderi%40snowsoftware.com%7C2a5d80db131443ee778408d5590a5208%7Cd76c28a10b62484998fd8cf2516370ce%7C0%7C1%7C636512823221196304&sdata=OoWj%2FVjJx%2FhNfy34vpOJLIIy3zuRqpJJCcjfVG9LZHY%3D&reserved=0 and: https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmike.kaply.com%2F2012%2F03%2F16%2Fcustomizing-firefox-autoconfig-files%2F&data=02%7C01%7Cjoel.sanderi%40snowsoftware.com%7C2a5d80db131443ee778408d5590a5208%7Cd76c28a10b62484998fd8cf2516370ce%7C0%7C1%7C636512823221196304&sdata=7lInjLiWpNSAxf8ihfQ1GJZUosELJABdUSJgQKcZoVo%3D&reserved=0 on how to set these preferences in an autoconfig file James Pearson _______________________________________________ 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"

