Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Extension Management GPO has a limit of 2048 characters

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: Mike Kaply

more options

I'm trying to configure the "Extension Management" policy for firefox in my company. We have 14 addons to manage. using JSON this will end to a line of about 2500 characters.

when I try to copy the code into the gpo I get a message telling me the limit is 2048 characters.

Is there a way to baypass this limitation ?


thank you

I'm trying to configure the "Extension Management" policy for firefox in my company. We have 14 addons to manage. using JSON this will end to a line of about 2500 characters. when I try to copy the code into the gpo I get a message telling me the limit is 2048 characters. Is there a way to baypass this limitation ? thank you

すべての返信 (1)

more options

Are you putting the JSON on one line or multiline?

The ADMX has that with a limit of 16384:

<multiText id="ExtensionSettings" valueName="ExtensionSettings"  maxLength="16384"/>