chromium/components/policy/resources/templates/policy_definitions/ContentSettings/WebHidAskForUrls.yaml

caption: Allow the WebHID API on these sites
desc: |-
  Setting the policy lets you list the URL patterns that specify which sites can ask users to grant them access to a HID device.

        Leaving the policy unset means <ph name="DEFAULT_WEB_HID_GUARD_SETTING_POLICY_NAME">DefaultWebHidGuardSetting</ph> applies for all sites, if it's set. If not, users' personal settings apply.

        For URL patterns which do not match the policy, the following take precedence, in this order:

          * <ph name="WEB_HID_BLOCKED_FOR_URLS_POLICY_NAME">WebHidBlockedForUrls</ph> (if there is a match),

          * <ph name="DEFAULT_WEB_HID_GUARD_SETTING_POLICY_NAME">DefaultWebHidGuardSetting</ph> (if set), or

          * Users' personal settings.

        URL patterns must not conflict with <ph name="WEB_HID_BLOCKED_FOR_URLS_POLICY_NAME">WebHidBlockedForUrls</ph>. Neither policy takes precedence if a URL matches with both.

        For detailed information on valid <ph name="URL_LABEL">url</ph> patterns, please see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns. <ph name="WILDCARD_VALUE">*</ph> is not an accepted value for this policy.
example_value:
- https://google.com
- https://chromium.org
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
owners:
- [email protected]
- file://third_party/blink/renderer/modules/hid/OWNERS
schema:
  items:
    type: string
  type: array
supported_on:
- chrome_os:100-
- chrome.*:100-
tags:
- website-sharing
type: list