Firefox Policies
We try to deploy Extension Management Settings via GPO.
Goal is to allow only whitelisted extensions, but don't block themes, dictionaries and locales.
Below find the JSON-settings deployed to the client, which should allow all themes and whitelisted extensions. Unfortunately this blocks everything except whitelisted IDs. See example screenshot with error-message, when trying to install a theme. We don't want to whitelist locales or themes, they should be still allowed for installation.
What I'm doing wrong? - Thanks for your feedback.
##############
{ "*": { "installation_mode": "blocked", "allowed_types": ["theme"] }, "[email protected]": { "installation_mode": "allowed" }, "jid1-ZSMfwe4lCAw9oQ@jetpack": { "installation_mode": "allowed" } }
cor-el moo ko soppali ci
Saafara biñ tànn
Try removing "installation_mode": "blocked",
Because you've said only themes are allowed, you don't need to block everything.
Jàng tontu lii ci fi mu bokk 👍 1All Replies (1)
Saafara yiñ Tànn
Try removing "installation_mode": "blocked",
Because you've said only themes are allowed, you don't need to block everything.