en-US

Sets managed configuration values for websites to specific origins

Supported on: Microsoft Edge version 90, Windows 7 or later

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

Options

ManagedConfigurationPerOrigin text

Description

Setting this policy defines the return value of Managed Configuration API for given origin. Managed Configuration API is a key-value configuration that can be accessed via navigator.device.getManagedConfiguration() javascript call. This API is only available to origins, which correspond to force-installed web applications via 'WebAppInstallForceList' (Configure list of force-installed Web Apps). Example value: [ { "managed_configuration_hash": "asd891jedasd12ue9h", "managed_configuration_url": "https://static.contoso.com/configuration.json", "origin": "https://www.contoso.com" }, { "managed_configuration_hash": "djio12easd89u12aws", "managed_configuration_url": "https://static.contoso.com/configuration2.json", "origin": "https://www.example.com" } ]