chromium/components/policy/resources/templates/policy_definitions/Kiosk/KioskTroubleshootingToolsEnabled.yaml

owners:
- [email protected]
- file://chrome/browser/ash/app_mode/OWNERS
caption: Enable Kiosk troubleshooting tools
desc: |-
  Setting the policy to Enabled means Kiosk troubleshooting tools are available
  to be used in a Kiosk session:
  - Chrome developer tools
  - Chrome browser window
  - Task manager
  Leaving this policy unset or setting to Disabled means Kiosk troubleshooting tools are disabled.

  Please remember not to keep this policy enabled at all times, especially in production deployments.
features:
  dynamic_refresh: true
  per_profile: true
type: main
schema:
  type: boolean
items:
- caption: Enable Kiosk troubleshooting tools.
  value: true
- caption: Disable Kiosk troubleshooting tools.
  value: false
default: false
example_value: false
supported_on:
- chrome_os:113-
tags: []