Closed
Bug 1848963
Opened 1 year ago
Closed 5 months 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: pbz, Assigned: pbz)
References
(Blocks 2 open bugs)
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•7 months ago
|
Priority: P2 → P3
Assignee | ||
Updated•6 months ago
|
Blocks: btp-etp-strict
Assignee | ||
Updated•5 months ago
|
Assignee: nobody → pbz
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 months ago
|
||
Assignee | ||
Comment 2•5 months 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: 5 months 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
•