commit | 5c5e9f87a6c742fa5a137cdcbeeb13b4d9531cca | [log] [tgz] |
---|---|---|
author | Will Harris <wfh@chromium.org> | Mon Sep 09 00:30:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 09 00:30:03 2024 |
tree | c61bba1c5681fb771ce42169e4995ea6868d1f97 | |
parent | 44d1870c9788d5ecfe3253fff48223cfba8b6798 [diff] |
Never encrypt with app-bound if not fully supported Previous to this CL, if a client had successfully been using app-bound then the enterprise policy was subsequently enabled, data would continue to be encrypted with app-bound until local_state was reset. This CL changes this behavior so immediately support for app-bound is lost due to any reason (e.g. roaming profile enabled or enterprise policy) new data will not be encrypted with app-bound but old data remains accessible. BUG=353746890 Change-Id: Ia856ba3b0b51cec5ad64c425fec17bab4ff863a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5844028 Reviewed-by: Alex Gough <ajgo@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1352529}
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.