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

caption: Default key generation setting
deprecated: true
desc: |-
  Allows you to set whether websites are allowed to use key generation. Using key generation can be either allowed for all websites or denied for all websites.

            If this policy is left not set, 'BlockKeygen' will be used and the user will be able to change it.
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
items:
- caption: Allow all sites to use key generation
  name: AllowKeygen
  value: 1
- caption: Do not allow any site to use key generation
  name: BlockKeygen
  value: 2
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  enum:
  - 1
  - 2
  type: integer
supported_on:
- chrome.*:49-56
- chrome_os:49-56
- android:49-56
tags:
- system-security
- website-sharing
- local-data-access
type: int-enum