commit | 5878e8b6d7af0b2cb6ab65e74c5f9057dfc147a1 | [log] [tgz] |
---|---|---|
author | Kirubel Aklilu <kaklilu@chromium.org> | Mon Apr 04 19:28:33 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 04 19:28:33 2022 |
tree | 388ffbbaef5f2e9af9a04f291f730d77535c7e42 | |
parent | 7361c8c8a11199fc14e26780c5428cb1a687b8bf [diff] |
Update CheckPolicySettings to validate the policy First-Party Set lists. This CL: - Implements CheckPolicySettings as described in the design doc. - Adds unit tests. - Adds a ValidateEnterprisePolicy method to the FirstPartySetsHandler header so that it's accessible from chrome/browser. - Updates FirstPartySetParser::ParseFromEnterpriseSets to take a base::Value::Dict rather than a base::Value. This CL does *not* add this handler to the list that is built in the ConfigurationPolicyHandlerListFactory, so landing it won't have any effect yet. Bug: 1244990, 1277128 Change-Id: Iab0c5c80d955d52d15fde464674d0110f16ed758 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3525494 Reviewed-by: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Kirubel Aklilu <kaklilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#988614}
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.