commit | 49115d6ba4881217522c11b2e76feec4810c950c | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Thu Apr 28 04:31:29 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 28 04:31:29 2022 |
tree | 755cc43577e4ef6bab185cadf5b3ddaedb316c41 | |
parent | 52a9a29aab90a5d03a8dbfd04c613b4b3c2fdfc7 [diff] |
[FLEDGE] Make join/leave errors due to non-HTTPS origins security errors Previously, InterestGroupPermissionsChecker caught them and treated them as permission check errors, but this moves the checks into AdAuctionServiceImpl, so it can treat them as bad Mojo messages. Also add a helper method to unify security checks for joining and leaving interest groups. Bug: 1315805 Change-Id: I98627f0e6615503a9786b9c8af049221a9118ec2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3611504 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by: Qingxin Wu <qingxinwu@google.com> Cr-Commit-Position: refs/heads/main@{#997043}
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.