Skip to content

Parameter problem in InstallAddonsPermission #1026

Closed Answered by mkaply
Zagrthos asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to only alllow extensions from addons.mozilla.org, you should use the ExtensionSettings policy only:

{
  "policies": {
    "ExtensionSettings": {
      "*": {
        "install_sources": ["https://addons.mozilla.org/*"]
      }
    }
  }
}

I don't recommend using the InstallAddonsPermission at all.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Zagrthos
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Zagrthos
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Zagrthos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants