Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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"/>