정책을 설정하면 주어진 원본의 Managed Configuration API 반환 값이 정의됩니다.
Managed configuration API는 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 |