Closed
Bug 1880026
Opened 2 years ago
Closed 2 years ago
Allowing documents accessing multiple cookie jars
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: timhuang, Assigned: timhuang)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In CHIPS, a document can access multiple cookie jars. For example, the top-level document can access both the unpartitioned and the first-party partitioned cookie jars. To support this behavior, we need to modify the cookie service to allow accessing multiple cookie jars for a given document.
Comment 1•2 years ago
|
||
How does this relate to Bug 1874174 ?
| Assignee | ||
Comment 2•2 years ago
|
||
This bug aims to build the foundation of the cookie service to support accessing multiple cookie jars. The Bug 1874174 depends on this bug to send both partitioned and unpartitioned cookie jars.
Blocks: 1874174
| Assignee | ||
Comment 3•2 years ago
|
||
This patch changes the cookie service to support accessing multiple
cookie jars under different originAttributes. This is needed in order to
support accesing unpartitioned and partitioned cookie jars for a given
document.
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3dab553f948
Support accessing multiple cookie jars for cookie service. r=edgul,cookie-reviewers
Comment 5•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•