commit | 3484e4660b9459892f0287eeb9295bdaa0260668 | [log] [tgz] |
---|---|---|
author | Matt Reynolds <mattreynolds@google.com> | Wed Jan 29 23:08:49 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 29 23:08:49 2025 |
tree | e932f859798ddd145003610ab37cddf55164ec4a | |
parent | be066cac77b2ef8b382d652d63c24cb466ac9ab1 [diff] |
hid: Check for known security keys in HidChooserContext An origin with permission to access a blocklisted device will not be blocked by the blocklist if: * the device has a FIDO HID collection, and * the origin is allowed to access FIDO. This CL modifies the first condition so that access is permitted if the device is a known security key, even if the interface itself is not FIDO. Bug: 383617626 Change-Id: Ie7990dc999df595e3ce4ade970949ee5788fd728 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6215212 Reviewed-by: Jack Hsieh <chengweih@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/main@{#1413202}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.