Forum Discussion
AB21805
Oct 05, 2021Bronze Contributor
Blocking chrome extensions but whitelist specific ones
Hi all, Im having issues white listing specific extensions and also blocking others too! Iv added the Chrome ADMX and have force deploy on specific apps which is working but below are the conf...
- Oct 15, 2021You could try to download this admx file (just uploaded it)
https://github.com/Call4cloud/Enrollment/blob/main/DU/ADMX/chromeadmx.xml
And try to ingest that one... to see what happens?
Oct 12, 2021
Hi,
Just pushed this config to my test tenant
It looks like its working at my side without any issue...
Could you check out your chrome admx it contains this part and if it arrived at your device (policymanager /registry)
<policy class="Both" displayName="$(string.ExtensionInstallBlacklist)" explainText="$(string.ExtensionInstallBlacklist_Explain)" key="Software\Policies\Google\Chrome" name="ExtensionInstallBlacklist" presentation="$(presentation.ExtensionInstallBlacklist)">
<parentCategory ref="Extensions"/>
<supportedOn ref="SUPPORTED_WIN7"/>
<elements>
<list id="ExtensionInstallBlacklistDesc" key="Software\Policies\Google\Chrome\ExtensionInstallBlacklist" valuePrefix=""/>
</elements>
</policy>
- AB21805Oct 13, 2021Bronze Contributor
So I have checked the ADMX and all is there:
Here is the policy I set for blacklist too:
Here is the registry via the device:
Any ideas where Im going wrong? Is it best we do this via powershell or is it clear where I have made a mistake?
Thanks again for your continued help
- Oct 13, 2021
Hi could you also post the out put of this key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Chrome~Policy~googlechrome~Extensions
like
And this one \PolicyManager\Providers\762C2E7F-8C25-4E9E-AA57-D6E805C0E451\default\Device\Chrome~Policy~googlechrome~Extensions
And this key \SOFTWARE\Policies\Google\Chrome\ExtensionInstallBlacklist
- AB21805Oct 13, 2021Bronze Contributor
The first screenshot I have:
Second and third I cant seen to find exactly what you want but here are the screnshots:
Any ideas?