chromium/components/policy/resources/templates/policy_definitions/UserAndDeviceReporting/ReportWebsiteTelemetryAllowlist.yaml

caption: Website telemetry reporting allowlist
default: []
desc: |-
  Allowlist that controls website telemetry reporting for affiliated users. Telemetry data types being reported are controlled by the <ph name="REPORT_WEBSITE_TELEMETRY_POLICY_NAME">ReportWebsiteTelemetry</ph> policy.

  Setting the policy controls website telemetry reporting for allowlisted URLs.
  If unset, no website telemetry will be reported.
  For detailed information on valid URL patterns, see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns. Only HTTP and HTTPS URL schemes are allowed for this policy.
example_value:
- 'example.com'
- 'https://ssl.server.com'
- '[*.]google.com'
- 'https://server:8080/path'
features:
  dynamic_refresh: true
  per_profile: true
owners:
- [email protected]
- [email protected]
schema:
  type: array
  items:
    type: string
supported_on:
- chrome_os:123-
tags:
- admin-sharing
type: list