mozilla / policy-templates

Policy Templates for Firefox
Mozilla Public License 2.0
1.12k stars 398 forks source link

Intune, ExtensionSettings and allowing only a single extension while blocking the rest #965

Open MauriVonKoira opened 1 year ago

MauriVonKoira commented 1 year ago

Hello,

I've imported the ADMX-templates to Intune and custom templates described in the readme.

However it is not clear to me how one is supposed to allow, while not forcing an installation, to Mozilla FF.

How is the allowable extension specified?

Thanks!

BR, Mauri

mkaply commented 1 year ago

The ExtensionSettings policy

https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettings

Allow you to specify a particular extension ID as allowed, which means a user can install it.

You can get the extension ID easily using this extension if it's on AMO:

https://github.com/mkaply/queryamoid/releases

MauriVonKoira commented 1 year ago

Hello, thanks for the info and sorry for the delayed reply. How does one use that? I didn't find any info regarding it, nor was I able to open the README

mkaply commented 1 year ago

If you install the queryamoid extension in Firefox and then go to the page for an addon on AMO, you can click the button and it pops up the ID and download link.