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

caption: Disable URL protocol schemes
deprecated: true
desc: |-
  This policy is deprecated, please use <ph name="URL_BLOCKLIST_POLICY_NAME">URLBlocklist</ph> instead.

        Disables the listed protocol schemes in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.

        URLs using a scheme from this list will not load and can not be navigated to.

        If this policy is left not set or the list is empty all schemes will be accessible in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
example_value:
- file
- https
features:
  dynamic_refresh: true
  per_profile: true
label: List of disabled protocol schemes
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  items:
    type: string
  type: array
supported_on:
- chrome.*:12-
- chrome_os:12-
tags: []
type: list