0
Files
src/net
Dylan Cutler f365e8df5b Add CookieSettingOverride to allow ABA embeds to send cookies using CORS
For now, this functionality is gated behind a base::Feature that is
disabled by default.

This CL does *not* interact with SameSite semantics, and still
maintains that only SameSite=None cookies are allowed in ABA contexts.
This exception is for 3P cookie blocking only.

This exception cannot be applied to cookies accessed via JS.

Bug: 1513690
Change-Id: Id5964224403b7eb9aab69cebe69095530da5baa5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5147868
Reviewed-by: Caitlin Fischer <caitlinfischer@google.com>
Commit-Queue: Dylan Cutler <dylancutler@google.com>
Reviewed-by: Chris Fredrickson <cfredric@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1243468}
2024-01-05 17:22:20 +00:00
..
2023-12-19 17:10:34 +00:00
2023-12-12 17:44:37 +00:00
2024-01-05 17:04:08 +00:00
2023-12-19 17:10:34 +00:00
2023-12-15 21:23:28 +00:00
2023-12-27 08:02:58 +00:00
2023-12-15 21:23:28 +00:00
2023-12-27 08:02:58 +00:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.