<- Chrome Settings Library

DeviceLoginScreenWebHidAllowDevicesForUrls

Automatically grant permission to these sites to connect to HID devices with the given vendor and product IDs on the login screen.
Last updated October 8, 2024

Setting the policy lets you list the URLs that specify which sites are automatically granted permission to access a HID device with the given vendor and product IDs on the login screen. Each item in the list requires both devices and urls fields for the item to be valid, otherwise the item is ignored. Each item in the devices field must have a vendor_id and may have a product_id field. Omitting the product_id field will create a policy matching any device with the specified vendor ID. An item which has a product_id field without a vendor_id field is invalid and is ignored. Leaving the policy unset puts the global default value in use for all sites (no automatic access).

Supported On:
Platform Start End
ChromeOS 116
Example value:

{"0":{"urls":{"0":"https://google.com","1":"https://chromium.org"},"devices":{"0":{"vendor_id":1234,"product_id":5678}}}}

Features: