특정 웹사이트에 대한 관리형 구성을 특정 원본으로 설정합니다.

정책을 설정하면 주어진 원본의 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"
}
]

지원: Microsoft Windows 7 또는 Windows Server 2008 이상 제품군

특정 웹사이트에 대한 관리형 구성을 특정 원본으로 설정합니다.

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Google\Chrome
Value NameManagedConfigurationPerOrigin
Value TypeREG_SZ
Default Value

chrome.admx

관리 템플릿(컴퓨터)

관리 템플릿(사용자)