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

caption: Default sensors setting
default: null
desc: |-
  Setting the policy to 1 lets websites access and use sensors such as motion and light. Setting the policy to 2 denies access to sensors.

        Leaving it unset means <ph name="ALLOW_SENSORS_POLICY_NAME">AllowSensors</ph> applies, but users can change this setting.
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Allow sites to access sensors
  name: AllowSensors
  value: 1
- caption: Do not allow any site to access sensors
  name: BlockSensors
  value: 2
owners:
- file://third_party/blink/renderer/modules/sensor/OWNERS
- [email protected]
schema:
  enum:
  - 1
  - 2
  type: integer
supported_on:
- chrome.*:88-
- chrome_os:88-
- android:88-
tags: []
type: int-enum