Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Firefox policies.json and system installed extensions

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
kozimodo
Posts: 5
Joined: 2005-08-29 19:10

Firefox policies.json and system installed extensions

#1 Post by kozimodo »

I am trying to set up universal Firefox policy using a policies.json file. One thing I am trying to accomplish is to block users from installing their own extensions while using system installed extensions (e.g., webext-ublock-origin-firefox and webext-https-everywhere). What I have is:

Code: Select all

{
  "policies": {
    "InstallAddonsPermission": {
      "Allow": [],
      "Default": false
    }
  }
}
While the user cannot install extensions, as I wish, ublock origin and https everywhere are not enabled. Can someone enlighten me as to how to fix this?

Post Reply