Firefox claims to have blocked tracking cookies from trivial webserver on localhost (and then shows an empty list of blocked cookies)
Categories
(Firefox :: Protections UI, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | affected |
People
(Reporter: dholbert, Unassigned)
Details
(Whiteboard: [privacy-panel][skyline])
Attachments
(1 file)
STR:
- Start a trivial local web server from Python, by e.g. running this command from an empty directory:
python -m SimpleHTTPServer 8123
- Visit http://localhost:8123/
- Click the shield icon to the left of the URL bar.
ACTUAL RESULTS:
The UI says:
Blocking:
Cross-site tracking cookies >
...and if I click through for more details, it says in bold "Cross-site tracking cookies blocked" / "These cookies follow you from site to site", and then shows me an empty list of the alleged cookies.
EXPECTED RESULTS:
It should say "No trackers known to Nightly were detected on this page". That's what happens when I perform the STR in a fresh profile but instead visit http://example.org/ , for example.
Reporter | ||
Comment 1•5 years ago
|
||
I'm running latest Nightly, version 70.0a1 (2019-08-14) (64-bit) on 64-bit Ubuntu 19.04
Reporter | ||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #1)
I'm running latest Nightly, version 70.0a1 (2019-08-14) (64-bit) on 64-bit Ubuntu 19.04
Same version on macOS, panel says "No trackers known to Firefox were detected on this page." for me.
Comment 4•5 years ago
|
||
Yeah, this will probably get fixed by bug 1573605 but let's put it in triage.
Thanks!
Comment 5•5 years ago
|
||
We're working on it bug 1574111.
Description
•