commit | 8d62e7d796838904eaf3a5e7df41d75ea0a8a2d1 | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Fri Nov 01 17:47:09 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 01 17:47:09 2024 |
tree | 300077d5c4350584946567d2355aec7b1eb364af | |
parent | 89a8780f8def6101b00d13033e3aff97b7c08121 [diff] |
Enable CORS for all TrustedSignalsFetcher requests. This enables it for same-origin and cross-origin requests, unlike what we do for KVv1 or KVv2 requests that don't use the fetcher, but that hopefully shouldn't make much difference. It does use the seller origin as the seller signals requests, which is a bit funky, since the URL comes from the publisher page, but that is consistent with what we do in the cross-origin seller signals case. Bug: 333445540 Change-Id: I61b7464ccfe7deff1d9468c53357177bc8b66dee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5979198 Commit-Queue: mmenke <mmenke@chromium.org> Reviewed-by: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376973}
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.