chromium/components/policy/resources/templates/policy_definitions/ContentSettings/ImagesAllowedForUrls.yaml

caption: Allow images on these sites
desc: |-
  Setting the policy lets you set a list of URL patterns that specify sites that may display images.

        Leaving the policy unset means <ph name="DEFAULT_IMAGES_SETTING_ENABLED_POLICY_NAME">DefaultImagesSetting</ph> applies for all sites, if it's set. If not, the user's personal setting applies.

        For detailed information on valid <ph name="URL_LABEL">url</ph> patterns, please see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns. Wildcards, <ph name="WILDCARD_VALUE">*</ph>, are allowed.

        Note that previously this policy was erroneously enabled on Android, but this functionality has never been fully supported on Android.
example_value:
- https://www.example.com
- '[*.]example.edu'
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
owners:
- [email protected]
- file://components/content_settings/OWNERS
schema:
  items:
    type: string
  type: array
supported_on:
- chrome.*:11-
- chrome_os:11-
tags: []
type: list