Search Support

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 reply
  • 0 have this problem
  • 3 views
  • Last reply by 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

All Replies (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"/>