hi i’m trying to enable add-on access with this Firefox policy i installed in windows:
<policy name="BlockAboutAddons" class="Both"
displayName="$(string.BlockAboutAddons)"
explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla
\Firefox"
valueName="BlockAboutAddons">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_FF60"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
So in the windows registry i created & tried with those keys:
[HKEY_LOCAL_MACHINE\Software\Policies\Mozilla\Firefox]
"BlockAboutAddons"="1"
[HKEY_LOCAL_MACHINE\Software\Mozzilla\Firefox]
"BlockAboutAddons"="1"
[HKEY_CURRENT_USER\Software\Policies\Mozilla\Firefox]
"BlockAboutAddons"="1"
[HKEY_CURRENT_USER\Software\Mozilla\Firefox]
"BlockAboutAddons"="1"
but nothing works i still have access to about:addons
for my add-on i would like to force the add-on to be enabled, disabling the disable/remove function.
i did that for Chrome and my add-on is enabled all the time, so users can’t remove the add-on (excellent for schools & home).
For that i created an .exe who create registry keys and enable those functions for the add-on!
Under chrome it works i’m trying to enable that with Firefox.
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\ExtensionInstallForcelist]
"1"="mgbmndipjhghcencokiedbkfgbomdpmd;https://clients2.google.com/service
/update2/crx"
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\]
"IncognitoModeAvailability"="1"
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\]
"BrowserGuestModeEnabled"="0"
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\BrowserAddPersonEnabled]
"DeviceAllowNewUsers"="0"
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\AllowDeletingBrowserHistory]
"AllowDeletingBrowserHistory"="1"