Це правило визначає значення, яке Managed Configuration API повертає для вказаного джерела.
Managed Configuration API – це конфігурація типу "ключ-значення", доступ до якої можна отримати, викликавши функцію JavaScript navigator.managed.getManagedConfiguration(). Доступ до API мають лише ті джерела, які збігаються з примусово встановленими веб-додатками, указаними в правилі WebAppInstallForceList.
Докладніше про схему й форматування на сторінці https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedConfigurationPerOrigin.
Приклад значення:
[
{
"origin": "https://www.google.com",
"managed_configuration_url": "https://gstatic.google.com/configuration.json",
"managed_configuration_hash": "asd891jedasd12ue9h"
},
{
"origin": "https://www.example.com",
"managed_configuration_url": "https://gstatic.google.com/configuration2.json",
"managed_configuration_hash": "djio12easd89u12aws"
}
]
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\Google\Chrome |
Value Name | ManagedConfigurationPerOrigin |
Value Type | REG_SZ |
Default Value |