chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/HeadlessMode.yaml

caption: Control use of the Headless Mode
default: 1
desc: Setting this policy to <ph name="ENABLED">Enabled</ph> or leaving the policy
  unset allows use of the headless mode. Setting this policy to <ph name="DISABLED">Disabled</ph>
  denies use of the headless mode.
example_value: 2
features:
  dynamic_refresh: false
  per_profile: false
  platform_only: true
items:
- caption: Allow use of the Headless Mode
  name: Enabled
  value: 1
- caption: Do not allow use of the Headless Mode
  name: Disabled
  value: 2
owners:
- [email protected]
- file://headless/OWNERS
schema:
  enum:
  - 1
  - 2
  type: integer
supported_on:
- chrome.*:91-
- fuchsia:106-
future_on:
- chrome_os
tags: []
type: int-enum