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

caption: Allow access to sensors on these sites
desc: |-
  Setting the policy lets you set a list of URL patterns that specify the sites that can access sensors like motion and light sensors.

        Leaving the policy unset means <ph name="DEFAULT_SENSORS_SETTING_POLICY_NAME">DefaultSensorsSetting</ph> applies for all sites, if it's set. If not, the user's personal setting applies.

        If the same URL pattern exists in both this policy and the <ph name="SENSORS_BLOCKED_FOR_URLS_POLICY_NAME">SensorsBlockedForUrls</ph> policy, the latter is prioritized and access to motion or light sensors will be blocked.

        For detailed information on valid <ph name="URL_LABEL">url</ph> patterns, please see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns. Wildcards, <ph name="WILDCARD_VALUE">*</ph>, are allowed.
example_value:
- https://www.example.com
- '[*.]example.edu'
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
owners:
- file://third_party/blink/renderer/modules/sensor/OWNERS
- [email protected]
schema:
  items:
    type: string
  type: array
supported_on:
- chrome.*:88-
- chrome_os:88-
- android:88-
tags: []
type: list