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

caption: Default Local Fonts permission setting
default: null
desc: |-
  Setting the policy to <ph name="BLOCK_LOCAL_FONTS_POLICY_NAME">BlockLocalFonts</ph> (value 2) automatically denies the local fonts permission to sites by default. This will limit the ability of sites to see information about local fonts.

        Setting the policy to <ph name="ASK_LOCAL_FONTS_POLICY_NAME">AskLocalFonts</ph> (value 3) will prompt the user when the local fonts permission is requested by default. If users allow the permission, it will extend the ability of sites to see information about local fonts.

        Leaving the policy unset means the default behavior applies which is to prompt the user, but users can change this setting
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Denies the Local Fonts permission on all sites by default
  name: BlockLocalFonts
  value: 2
- caption: Ask every time a site wants obtain the Local Fonts permission
  name: AskLocalFonts
  value: 3
owners:
- [email protected]
- [email protected]
schema:
  enum:
  - 2
  - 3
  type: integer
supported_on:
- chrome.*:103-
- chrome_os:103-
tags: []
type: int-enum