change privacy.antitracking.enableWebcompat heuristics back to default in storage-access-api/storage-access-beyond-cookies.* - tests
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Tracking
()
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
The heuristics mess with the storage-access and make the unrelated test storage-access-api/storage-access-headers.tentative.https.sub.window.js fail.
Figure out a better solution that doesn't involve us needing to disable these heuristics.
| Reporter | ||
Updated•7 months ago
|
| Reporter | ||
Comment 1•7 months ago
|
||
Proper fix would probably be to clear more stuff between test runs. We already restart the browser and clear cookies. However, we reuse the profile. Maybe something like enabling clear-on-shutdown for site data would be good.
| Reporter | ||
Comment 2•6 months ago
|
||
Not using storage-access heuristics after storage-access-api use could also help in this case (Bug 1989242). However, that would be specific to this case and we might want to better isolate tests anyway.
| Reporter | ||
Comment 3•6 months ago
|
||
Blocking storage-access-headers due to this bug being potentially relevant for making the tests show up as passing on wpt.fyi.
Description
•