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

caption: Allow WebPrinting API on these sites
desc: |-
  Setting the policy lets you list the URL patterns that specify which sites are automatically granted access to local printers via the WebPrinting API.

  Leaving the policy unset means <ph name="DEFAULT_WEB_PRINTING_SETTING_POLICY_NAME">DefaultWebPrintingSetting</ph> applies for all sites, if it's set. If not, users' personal settings apply.

  URL patterns must not conflict with <ph name="WEB_PRINTING_BLOCKED_FOR_URLS_POLICY_NAME">WebPrintingBlockedForUrls</ph>. Neither policy takes precedence if a URL matches with both.

  For detailed information on valid url patterns, please see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns. <ph name="WILDCARD_VALUE">*</ph> is not an accepted value for this policy.
example_value:
- https://www.example.com
- '[*.]example.edu'
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- chrome_os
owners:
- file://chrome/browser/printing/web_api/OWNERS
schema:
  items:
    type: string
  type: array
tags: []
type: list