caption: Default Window Placement permission setting
default: null
desc: |-
Setting the policy to <ph name="BLOCK_WINDOW_PLACEMENT_POLICY_NAME">BlockWindowPlacement</ph> (value 2) automatically denies the window placement permission to sites by default. This will limit the ability of sites to see information about the device's screens and use that information to open and place windows or request fullscreen on specific screens.
Setting the policy to <ph name="ASK_WINDOW_PLACEMENT_POLICY_NAME">AskWindowPlacement</ph> (value 3) will prompt the user when the window placement permission is requested by default. If users allow the permission, it will extend the ability of sites to see information about the device's screens and use that information to open and place windows or request fullscreen on specific screens.
Leaving the policy unset means the <ph name="ASK_WINDOW_PLACEMENT_POLICY_NAME">AskWindowPlacement</ph> policy applies, but users can change this setting.
example_value: 2
features:
dynamic_refresh: true
per_profile: true
future_on:
- fuchsia
items:
- caption: Denies the Window Placement permission on all sites by default
name: BlockWindowPlacement
value: 2
- caption: Ask every time a site wants obtain the Window Placement permission
name: AskWindowPlacement
value: 3
owners:
- [email protected]
schema:
enum:
- 2
- 3
type: integer
supported_on:
- chrome.*:100-
- chrome_os:100-
deprecated: true
tags: []
type: int-enum