| commit | 2c0c481e13c80b51a1b1a22065479e23c99dcac0 | [log] [tgz] |
|---|---|---|
| author | Dylan Cutler <dylancutler@google.com> | Tue Jan 14 22:15:49 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 14 22:15:49 2025 |
| tree | 6e8bed549757211df249f8d20d62b2c4ad0bb833 | |
| parent | 178de92c136ccf0039a5ec8fdba3c6d7cd1b5e28 [diff] |
Set SiteForCookies in bruschetta::SimpleURLLoaderDownload::Download ResourceRequest.site_for_cookies defaults to an empty SiteForCookies. When UCC launches, when users opt to restrict 3P cookies a request with an empty SFC will have its cookies blocked by 3PC blocking. This CL sets the SiteForCookies to the site of the request URL. This will send cookies when 3PC blocking is enabled. It will also send SameSite cookies. If this request is meant to be cross-site or we do not want to send cookies in this context, the change should be ignored. In that case, we may want to change `credentials_mode` to `omit` to indicate that the request explicitly does not intend to include cookies. Bug: 324879760 Change-Id: I5131955112f29afd04a28aa9a187e7dcb5535c17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6172865 Commit-Queue: Dylan Cutler <dylancutler@google.com> Reviewed-by: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/main@{#1406356}
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.