Yahoo.com cookie is not purged properly
Categories
(Core :: Privacy: Anti-Tracking, defect)
Tracking
()
People
(Reporter: sbadau, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
6.03 MB,
image/gif
|
Details |
Affected versions
- Nightly 77.0a1
Affected platforms
- All
Prerequisites:
- In about:config set the preferences
-- privacy.userInteraction.expiration =1 - Make sure that in the Settings of the Web Console, "Enabled browser chrome and add-on debugging toolboxes" is checked.
Steps to reproduce
- Launch Firefox
- Navigate to yahoo.com
- Go to about:preferences#privacy and observe the cookies from the "Manage Cookies and Site Data" dialog.
- Open the Browser Console, type, and enter `Services.obs.notifyObservers(null, "idle-daily");'
- Check again the cookies from the "Manage Cookies and Site Data" dialog.
Expected result
- in step 4 - first and third-party cookies are purged.
Actual result
-
in step 4 - "yahoo.com" cookie is not cleared. For more details please see the screencast.
-
this is the output for:
Services.perms.getAllWithTypePrefix("storageAccessAPI").map(e => e.principal.origin).join(",")
""
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
yahoo.com doesn't seem to be on the tracking-annotation list and in any case this seems to be the same as bug 1633697, right?
| Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Johann Hofmann [:johannh] from comment #1)
yahoo.com doesn't seem to be on the tracking-annotation list and in any case this seems to be the same as bug 1633697, right?
*** This bug has been marked as a duplicate of bug 1633697 ***
Yes, it might be, the difference is that in this case, yahoo.com does not have any storage. But as you said, yahoo.com under this form is not on the tracking-annotation list (on the list I only see http://www.yahoo.com/).
| Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Description
•