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

owners:
- [email protected]
- [email protected]
- file://components/policy/OWNERS
caption: Allow access to the policy test page
desc: |-
  This policy will provide access to the policy test page,
  while policies are tested on this page, all other policies will be ignored.
  Feature will only be available on Canary channel.

  If policy is Enabled or not set, the page will be accessible.
  If policy is Disabled, the page will be blocked.
future_on:
- ios
- android
- chrome.*
- chrome_os
- fuchsia
features:
  dynamic_refresh: true
  per_profile: true
type: main
schema:
  type: boolean
items:
- caption: Policy test page is accessible
  value: true
- caption: Policy test page is blocked
  value: false
default: true
example_value: true
tags: []