Closed
Bug 1848963
Opened 2 years ago
Closed 1 year ago
Add tests for stateful cookie bounces using subresources and frames.
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: emz, Assigned: emz)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Bug 1839918 adds simple tests for redirects that set cookies on the top level context. We should also add test coverage for subresources.
Test cases:
- Test client bounce with cookie in same-site frame [A -> A].
- Test client bounce with cookie in cross-site frame [A -> B].
- Test client bounce with cookie in same-site frame [A -> B -> A].
- Test server bounce with cookie from same-site sub-resource [A -> A].
- Test server bounce with cookie from cross-site subresource [A -> B].
- Test server bounce with cookie from same-site sub-resource [A -> B -> A].
| Assignee | ||
Updated•1 year ago
|
Priority: P2 → P3
| Assignee | ||
Updated•1 year ago
|
Blocks: btp-etp-strict
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → pbz
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ed9db92fff4
Add BTP tests with cookies set via subresources. r=anti-tracking-reviewers,timhuang
https://hg.mozilla.org/integration/autoland/rev/bdadaa7b2d3c
Split up BTP cookie tests to avoid timeouts. r=anti-tracking-reviewers,timhuang
https://hg.mozilla.org/mozilla-central/rev/7ed9db92fff4
https://hg.mozilla.org/mozilla-central/rev/bdadaa7b2d3c
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•