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

caption: Default pop-ups setting
default: null
desc: |-
  Setting the policy to 1 lets websites display pop-ups. Setting the policy to 2 denies pop-ups.

  Leaving it unset means <ph name="BLOCK_POPUPS_POLICY_NAME">BlockPopups</ph> applies, but users can change this setting.
example_value: 1
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Allow all sites to show pop-ups
  name: AllowPopups
  value: 1
- caption: Do not allow any site to show pop-ups
  name: BlockPopups
  value: 2
owners:
- [email protected]
- file://components/permissions/PERMISSIONS_OWNERS
schema:
  enum:
  - 1
  - 2
  type: integer
supported_on:
- chrome.*:10-
- chrome_os:11-
- android:33-
- ios:88-
tags: []
type: int-enum