InstallAddonsPermission
Configure the default extension install policy as well as origins for extension installs are allowed. This policy does not override turning off all extension installs.
Compatibility: Firefox 60, Firefox ESR 60
CCK2 Equivalent: permissions.install
Preferences Affected: xpinstall.enabled, browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons, browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features
Values
Section titled “Values”Allowis a list of origins where extension installs are allowed.Defaultdetermines whether or not extension installs are allowed by default.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_AllowValue (string):
<enabled/><data id="Permissions" value="1https://example.org2https://example.edu"/>OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_DefaultValue (string):
<enabled/><dict> <key>InstallAddonsPermission</key> <dict> <key>Allow</key> <array> <string>http://example.org</string> <string>http://example.edu</string> </array> <key>Default</key> <true/> | <false/> </dict></dict>policies.json
Section titled “policies.json”{ "policies": { "InstallAddonsPermission": { "Allow": ["http://example.org/", "http://example.edu/"], "Default": true | false } }}