Uninstall All Extensions/Add-Ons via Intune
I am trying to manage Firefox for company devices via Intune and would like to know if there is a way to uninstall all extensions/add-ons besides one or two approved ones.
I have been able to import the Firefox AMDX into Intune and have made a policy to install uBlock (which works without issue) and I can uninstall specific extensions/add-ins via their Extension ID (also without issue), however I can't see a way to uninstall all extensions. If I try and put a wildcard in the Extension ID field, nothing is affected.
We have a large number of devices with their own user-installed extensions so auditing this and then updating a policy manually with specific extension IDs may be quite painful.
Penyelesaian terpilih
Found solution:
<enabled/> <data id="ExtensionSettings" value=' {
"*": { "blocked_install_message": "Extension Blocked", "install_sources": ["*"], "installation_mode": "blocked", "allowed_types": ["extension"] }, "uBlock0@raymondhill.net": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }
}'/>
Baca jawapan ini dalam konteks 👍 1All Replies (1)
Penyelesaian Terpilih
Found solution:
<enabled/> <data id="ExtensionSettings" value=' {
"*": { "blocked_install_message": "Extension Blocked", "install_sources": ["*"], "installation_mode": "blocked", "allowed_types": ["extension"] }, "uBlock0@raymondhill.net": { "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }
}'/>