搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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.