commit | f7dc2fcbf87530ea80d56d1079f3fe8b5be2cdb4 | [log] [tgz] |
---|---|---|
author | Nina Satragno <nsatragno@chromium.org> | Fri Mar 07 19:46:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 07 19:46:40 2025 |
tree | e743a426953cf205ef2eae39281b49c1101beb01 | |
parent | a7f750e5ccce08fa592f04bfe6d0869fd101e6d3 [diff] |
[webauthn] signalAllAcceptedCredentials hides keys Have PublicKeyCredential.signalAllAcceptedCredentials hide passkeys in GPM instead of deleting them. This is done by setting the `hidden` property to `true`. Follow-up CLs will use this property to skip these passkeys on sign in UI. Since it will be possible for sites to unhide passkeys as well, guard the execution of this method behind a quota tracker to prevent rogue sites from overloading sync. Hiding passkeys is not yet enabled by default. See go/webauthn-signal-api-prd Bug: 399683089 Change-Id: I4c150a5f6e504c2c9c6566d0c94b850086c140e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6330017 Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1429653}
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.