搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Firefox Policies

  • 1 个回答
  • 0 人有此问题
  • 100 次查看
  • 最后回复者为 Mike Kaply

more options

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"]
},
"uBlock0@raymondhill.net": {
"installation_mode": "allowed"
},
"jid1-ZSMfwe4lCAw9oQ@jetpack": {
"installation_mode": "allowed"
}
}

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. ############## <pre><nowiki> { "*": { "installation_mode": "blocked", "allowed_types": ["theme"] }, "uBlock0@raymondhill.net": { "installation_mode": "allowed" }, "jid1-ZSMfwe4lCAw9oQ@jetpack": { "installation_mode": "allowed" } }</nowiki></pre><br>
已附加屏幕截图

由cor-el于修改

被采纳的解决方案

Try removing "installation_mode": "blocked",

Because you've said only themes are allowed, you don't need to block everything.

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

Try removing "installation_mode": "blocked",

Because you've said only themes are allowed, you don't need to block everything.