Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Firefox Policies

  • 1 odpověď
  • 0 má tento problém
  • 2 zobrazení
  • Poslední odpověď od 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>
Přiložené obrázky

Upravil uživatel cor-el dne

Zvolené řešení

Try removing "installation_mode": "blocked",

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

Přečíst dotaz v kontextu 👍 1

Všechny odpovědi (1)

more options

Zvolené řešení

Try removing "installation_mode": "blocked",

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