Hi
We are managing Firefox settings using Intune and successfully imported the Mozilla/Firefox ADMX files. A few settings are working as expected on a test device, though… (read more)
Hi
We are managing Firefox settings using Intune and successfully imported the Mozilla/Firefox ADMX files. A few settings are working as expected on a test device, though we're encountering issues with the Extension Management policy.
We followed this documentation to set up the extension management json: https://firefox-admin-docs.mozilla.org/reference/policies/extensionsettings/. I can see the policy is loaded into Firefox, though I am unable to add uBlock Origin, which should be allowed. All extensions are blocked, and the custom error message does not appear either, but instead "Download failed. Please check your connection."
I've tried a few variations with mixed success, but I haven't been able to get "allowed" extensions to work. Force installed extensions seem to work just fine.
Here's a minimal policies.json that demonstrates the issue:
{
"*": {
"blocked_install_message": "Custom error message.",
"installation_mode": "blocked"
},
"uBlock0@raymondhill.net": {
"installation_mode": "allowed"
}
}
Is there something I'm missing? The test device is running Firefox 156.0.1 64-bit, firefox.admx 8.3, mozilla.admx 4.8. Any help or suggestions would be greatly appreciated! Thanks.