Closed
Bug 1984443
Opened 7 months ago
Closed 6 months ago
Storage-Access-Header: Handle ABA case
Categories
(Core :: Privacy: Anti-Tracking, enhancement, P2)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox145 | --- | fixed |
People
(Reporter: manuel, Assigned: manuel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There are two web-platform tests: https://wpt.fyi/results/storage-access-api/storage-access-headers.tentative.https.sub.window.html?label=master&label=experimental&aligned
Both with ABA in description. They are not covered by Bug 1968722. Handle them separately.
| Assignee | ||
Updated•7 months ago
|
Assignee: nobody → manuel
Severity: -- → N/A
Priority: -- → P2
| Assignee | ||
Comment 1•7 months ago
|
||
This is the line where I need to add the ABA check: https://searchfox.org/firefox-main/rev/8a50d94240fb8f312d8b061a425ff0755bcbaac4/toolkit/components/antitracking/AntiTrackingUtils.cpp#638
| Assignee | ||
Comment 2•6 months ago
|
||
Updated•6 months ago
|
Attachment #9513955 -
Attachment description: Bug 1984443 - Storage-Access-Header: Handle ABA case → Bug 1984443 - Storage-Access-Headers: Handle ABA case
Pushed by mbucher@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/829b49bfafea
https://hg.mozilla.org/integration/autoland/rev/965be1c9e487
Storage-Access-Headers: Handle ABA case r=timhuang
Pushed by csabou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9659ebc5ac4b
https://hg.mozilla.org/integration/autoland/rev/a17c0949b7a3
Revert "Bug 1984443 - Storage-Access-Headers: Handle ABA case r=timhuang" for causing build bustages on AntiTrackingUtils.cpp
Comment 5•6 months ago
|
||
Backed out for causing build bustages on AntiTrackingUtils.cpp
Flags: needinfo?(manuel)
Pushed by mbucher@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/bd856895ca94
https://hg.mozilla.org/integration/autoland/rev/eac8c170d67d
Storage-Access-Headers: Handle ABA case r=timhuang
| Assignee | ||
Comment 7•6 months ago
|
||
Used deprecated function nsIPrincipal::GetURI.
Flags: needinfo?(manuel)
Comment 8•6 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox145:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
You need to log in
before you can comment on or make changes to this bug.
Description
•