commit | 07ef744ee0bdddeafe83c5739ac2dc5216d91e18 | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Tue Apr 29 15:18:52 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 29 15:18:52 2025 |
tree | c8733dc5766c4e5a8535e75cc2b9afe5a3859dc2 | |
parent | 2bd4ec0f473db2299d1760b403d38e15aac8df37 [diff] |
Add CookieSettingOverrides param to IsFullCookieAccessAllowed This method needs to accept the CookieSettingOverrides in order to give an accurate answer, since those overrides are important for determining a document's access to cookies. In particular, the usage of SettingOverridesForStorage in ChromeContentBrowserClient is arguably incorrect since that helper was intended for callers that cared about non-cookie storage types, rather than cookies. The functional change in this CL is that these callsites no longer implicitly opt into using any existing Storage Access API permission grants. This is fine, because the Storage Access API shouldn't affect bounce tracking mitigations anyway. Change-Id: I2b2a3a410cb0a00f433f014335d12e6e4b4098ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6496169 Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: Rupert Wiser <bewise@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1453270}
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.