chromium/components/policy/resources/templates/policy_definitions/RemoteAccess/RemoteAccessHostDomainList.yaml

caption: Configure the required domain names for remote access hosts
desc: |-
  Setting the policy specifies the host domain names that are imposed on remote access hosts, and users can't change them. Hosts can be shared only using accounts registered on one of the specified domain names.

        Setting the policy to an empty list or leaving it unset means hosts can be shared using any account.

        See also <ph name="REMOTE_ACCESS_HOST_CLIENT_DOMAIN_LIST_POLICY_NAME">RemoteAccessHostClientDomainList</ph>.

        Note: This setting will override <ph name="REMOTE_ACCESS_HOST_DOMAIN_POLICY_NAME">RemoteAccessHostDomain</ph>, if present.
example_value:
- my-awesome-domain.com
- my-auxiliary-domain.com
features:
  dynamic_refresh: true
  per_profile: false
  platform_only: true
future_on:
- fuchsia
owners:
- file://remoting/OWNERS
- [email protected]
- [email protected]
schema:
  items:
    type: string
  type: array
supported_on:
- chrome.*:60-
- chrome_os:60-
tags: []
type: list