chromium/components/policy/resources/templates/policy_definitions/Network/DnsOverHttpsExcludedDomains.yaml

caption: Specify domains to be excluded from being resolved using DNS-over-HTTPS
desc: |-
  List of domains to be excluded from being resolved using DNS-over-HTTPS. This policy is ignored when the secure DNS mode is set to off (always use plain-text DNS).

  If <ph name="DOH_TEMPLATES_POLICY_NAME">DnsOverHttpsIncludedDomains</ph> is also set, a more specific domain is preferred. Specificity refers to the number of dots ('.') in the domain. When a domain matches both policies, default to use DNS-over-HTTPS for the domain.

  The domains are expected to be in the form of a fully qualified domain name (FQDN) or as domain suffixes noted using a special wildcard prefix '*'.

  Incorrectly formatted domains will be ignored.
example_value:
- google.com
- '*.google.com'
features:
  dynamic_refresh: true
  per_profile: false
future_on:
- chrome_os
owners:
- [email protected]
- [email protected]
schema:
  items:
    type: string
  type: array
tags: []
type: list