Hi everyone,

we are trying to roll out an extension to a few thousand users on Firefox
68.2 ESR (Linux). I would like to use the policies.json way and the option "
ExtensionSettings".

The extension gets installed, but a user is not able to disable it. Every
time firefox is installed, the Addon is enabled again.

$ cat /usr/lib64/firefox/distribution/policies.json
{
"policies": {
  "ExtensionSettings": {
    "ADDONNAME":{
    "installation_mode": "normal_installed",
      "install_url": "URL to xpi"
     }
    }
  }
}

The policy-template page at [0] states:

"The extension is automatically installed but can be disabled by the user.
This option is not valid for the default configuration and requires an
install_url."

Any idea why the Addon is always enabled again?

Thanks
Oliver

[0] https://github.com/mozilla/policy-templates#extensionupdate

-- 

Oliver Haessler

He/Him/His

Principal Systems Administrator and RHEL CSB Lead Developer

Red Hat EMEA <https://www.redhat.com>

Werner-von-Siemens-Ring 14

85630 Grasbrunn
<https://www.redhat.com>
_____________________________________________________________________________

Red Hat GmbH, http://www.de.redhat.com/, Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Michael O'Neill, Tom Savage, Eric Shander
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to