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

arc_support: Android apps may voluntarily choose to honor this list. You cannot force
  them to honor it.
caption: Block access to a list of URLs
deprecated: true
desc: This policy is deprecated and unsupported, please use the '<ph name="URL_BLOCKLIST_POLICY_NAME">URLBlocklist</ph>' policy instead.
example_value:
- example.com
- https://ssl.server.com
- hosting.com/bad_path
- https://server:8080/path
- .exact.hostname.com
- file://*
- custom_scheme:*
- '*'
features:
  dynamic_refresh: true
  per_profile: true
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  items:
    type: string
  type: array
supported_on:
- chrome.*:15-100
- chrome_os:15-100
- android:30-100
- webview_android:47-100
tags:
- filtering
type: list