Forum Discussion

stesch79's avatar
stesch79
Iron Contributor
Oct 08, 2019

Question to GPO setting ExtensionSettings

Hi all

 

I have implemented the GPO setting ExtensionSettings (https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#extensionsettings) to overwrite the update_url for all extensions installed. If set, this registry gets the following key:

 

HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge

REG_SZ = ExtensionSettings

Value = {"addjamcohfpgkhbbllndpnjlekboabdk": {"update_url": "https://test.mydomain.com/EdgeStore/crx"}}

 

When checking the GPO with edge://policy it reports "OK". But when I start Edge and force Extensions update, they still want to connect to other stores as I can see with Fiddler.

 

Has anyone experience with the setting?

 

It's a bit difficult to set, as in the policy description the example settings are shown in multi-line but within the GPO you can just enter one-line.

 

 

 

Resources