-
I have a question regarding the InstallAddonsPermission policy. I've set the InstallAddonsPermission to true and the AllowList to "https://addons.mozilla.org" but when I open Firefox and go to about:policies then there's the following error: Ignoring parameter "https://addons.mozilla.org" - not a valid origin Do you know how I can work around this or do you have other solutions? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Would like to allow ONLY Extensions from addons.mozilla.org to be installed. |
Beta Was this translation helpful? Give feedback.
-
If you want to only alllow extensions from addons.mozilla.org, you should use the ExtensionSettings policy only:
I don't recommend using the InstallAddonsPermission at all. |
Beta Was this translation helpful? Give feedback.
-
Thanks. This worked like a charm. |
Beta Was this translation helpful? Give feedback.
-
@Zagrthos My code above should work for you as well. Are you able to try it? |
Beta Was this translation helpful? Give feedback.
If you want to only alllow extensions from addons.mozilla.org, you should use the ExtensionSettings policy only:
I don't recommend using the InstallAddonsPermission at all.