-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow organizations to change settings via policies #268
Comments
I've been working with another developer, and we've worked out a proof of concept that utilizes Managed Storage and can be configured via thunderbird/enterprise-docs#5 |
Thanks for letting me know that the managed storage was already successfully tested. Note that WebExtension never had direct access to Btw, please let me know if you or someone else would also like to lock some settings. Otherwise I will probably leave that out then I will start working on this. |
I'm thinking about removing the legacy pref migration in the next major release. But I'm not sure if I will manage to implement the enterprise policy support until then. @klou If you (or anyone else reading this) is currently still using the workaround, could you please let me know? Thanks. Would also be interesting to know what preference you are configuring, and if it is more about just providing different defaults or if enforcing certain settings would also be something you would like to have. |
I still push the following via
However, my overall deployment and fleet's usage of TB is minimal right now, so do what you feel is best. Old
|
Thunderbird can be customized by organizations via policies, see https://support.mozilla.org/en-US/products/firefox-enterprise/policies-customization-enterprise/policies-overview-enterprise.
Add-ons can add support to be configurable via the same mechanism, see https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/ (at least in Firefox, not yet tested in Thunderbird).
The add-on should allow to set the default values for the non account specific options.
Optionally also allow to lock the settings.
See #267 for a workaround using
about:config
and autoconfig until this is implemented.The text was updated successfully, but these errors were encountered: