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

caption: Allow remote debugging
default: true
desc: |-
  Controls whether users may use remote debugging.

        If this policy is set to Enabled or not set, users may use remote debugging by specifying --remote-debugging-port and --remote-debugging-pipe command line switches.

        If this policy is set to Disabled, users are not allowed to use remote debugging.
example_value: true
features:
  dynamic_refresh: false
  per_profile: false
future_on:
- fuchsia
items:
- caption: Allow use of the remote debugging
  value: true
- caption: Do not allow use of the remote debugging
  value: false
owners:
- file://components/policy/OWNERS
schema:
  type: boolean
supported_on:
- chrome.*:93-
- chrome_os:93-
tags: []
type: main