| commit | e4fb75f44ffd3cc0cc9570a27bc00df1c5af0007 | [log] [tgz] |
|---|---|---|
| author | Christian Biesinger <cbiesinger@chromium.org> | Fri Oct 31 17:10:11 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 31 17:10:11 2025 |
| tree | 8de622c7fbb7cc814d2219acc6ea1f53eea9a530 | |
| parent | b13880cee5adf3815dbd52f716cb41b2bf941547 [diff] |
Send SameSite=Lax cookies for FedCM requests These are cross-site requests, so cookies would not normally be sent, and a couple of these requests are also POST requests, so it is not possible to configure the request in a way to send these cookies from the client's side. See this discussion for background: https://github.com/w3c-fedid/FedCM/issues/587 See also discussion in net-dev: https://groups.google.com/a/chromium.org/g/net-dev/c/-TIHQd-7-oM/m/0NmLBzgvAQAJ This is behind a flag for now. Bug: 452079348, 350944661 Change-Id: Id26b7122a9c41220405302df46ff2bccf8d57eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7017375 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: mmenke <mmenke@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1538687}
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.