commit | f13b7dbf238cae8f45f09ee4ecd45911dc64f055 | [log] [tgz] |
---|---|---|
author | Richard Chen <richche@google.com> | Wed Apr 03 23:59:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 03 23:59:12 2024 |
tree | 42495530817535fdb330598dda2401c45e023bdd | |
parent | 41153e57b9e6a7ef8dd2231dfc8cab201a956913 [diff] |
Reland "Update force-installed off-store extension disable logic" Included fix for failed ProfileKeyedServiceBrowserTest. This is a reland of commit c6ab69a33ff8e6d2eaf31036ad1523e6d9d0f327 Original change's description: > Update force-installed off-store extension disable logic > > Restricting the force-installation of off-store extensions > reduces the risk of abuse of the force-install policy to > bypass the webstore-hosted restriction in Windows and Mac > devices. > > https://crrev.com/c/5053386 restricted force-installed > off-store extensions to only be enabled if the device is > managed by a non-local authority (e.g., domain-joined). > > This CL relaxes that restriction to also allow such > extensions to be enabled when the browser is managed by > a non-local authority. This change allows the > force-installation policy to be configured at the > user-level also. > > Bug: 331061788 > Change-Id: I04a7b14b9988b7b7f26c91adc2a197ff81a2b591 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5398699 > Reviewed-by: David Bertoni <dbertoni@chromium.org> > Reviewed-by: Anunoy Ghosh <anunoy@chromium.org> > Commit-Queue: Richard Chen <richche@google.com> > Cr-Commit-Position: refs/heads/main@{#1281630} Bug: 331061788 Change-Id: Iac14def12ed72184ed6b338816d6b233295ce775 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5419224 Reviewed-by: David Bertoni <dbertoni@chromium.org> Reviewed-by: Stefan Kuhne <skuhne@chromium.org> Commit-Queue: Richard Chen <richche@google.com> Cr-Commit-Position: refs/heads/main@{#1282232}
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.