Cookies in containers not deleted
See original GitHub issueDescribe the Bug/Feature
If we add domain to whitelist in Work container, cookies will not be deleted in Banking container.
Steps for anyone to reproduce the bug
- create clean Firefox profile
- install CAD
- configure CAD to support Firefox Container Tabs
- add
*.mozilla.org
to Whitelist in Work container (firefox-container-2) - enable Auto-clean
- close two mozilla.org tabs you should have in clean profile on first start
- cookies will be deleted (because this is “default” container)
- create new Banking container (firefox-container-3)
- open mozilla.org
- close mozilla.org tab
- cookies will not be deleted
Your settings
Delay is set to 0.1 to speed things up. No difference with 0 or 1.
{"state":"{\"lists\":{\"default\":[],\"firefox-container-2\":[{\"expression\":\"*.mozilla.org\",\"storeId\":\"firefox-container-2\",\"listType\":\"WHITE\",\"id\":\"H1ugOn7pb\",\"cookieNames\":[]}]},\"cookieDeletedCounterTotal\":9,\"cookieDeletedCounterSession\":9,\"settings\":{\"activeMode\":{\"name\":\"activeMode\",\"value\":true,\"id\":\"B1AQOhQTb\"},\"delayBeforeClean\":{\"name\":\"delayBeforeClean\",\"value\":\"0.1\",\"id\":\"SJxfmu2Qpb\"},\"statLogging\":{\"name\":\"statLogging\",\"value\":true,\"id\":3},\"showNumOfCookiesInIcon\":{\"name\":\"showNumOfCookiesInIcon\",\"value\":true,\"id\":4},\"showNotificationAfterCleanup\":{\"name\":\"showNotificationAfterCleanup\",\"value\":true,\"id\":5},\"cleanCookiesFromOpenTabsOnStartup\":{\"name\":\"cleanCookiesFromOpenTabsOnStartup\",\"value\":false,\"id\":6},\"contextualIdentities\":{\"id\":\"rJL1_3XaZ\",\"name\":\"contextualIdentities\",\"value\":true}},\"cache\":{\"browserDetect\":\"Firefox\",\"default\":\"Default\",\"firefox-default\":\"Default\",\"firefox-private\":\"Private\",\"firefox-container-1\":\"Personal\",\"firefox-container-2\":\"Work\",\"firefox-container-3\":\"Banking\",\"firefox-container-4\":\"Shopping\"}}"}
- OS/version: Linux Mint 18.2
- Browser/version: Firefox 57.0b9
- Cookie AutoDelete version: 2.0.1
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Is it no longer possible to delete cookies specifically for certain ...
So I went to `Settings -> Privacy & Security -> Cookies and Site Data -> Manage Data`, and was able to delete the...
Read more >Manage cookies in a container | Firefox Support Forum
Is there a way to delete/manage cookies within just a single container? Is there a way to delete/manage cookies for just "No Container"?...
Read more >Accepted cookies are not deleted when consent is removed
Problem/Motivation When you trigger the consent dialog and remove the consent for non-essential cookies (e.g. tracking, performance, etc), ...
Read more >docker system prune - Docker Documentation
docker system prune : Remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.
Read more >Deleting a service using the classic console - Amazon Elastic ...
You can delete an Amazon ECS service using the console. ... discovery resources associated with the service, they are not affected by the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is set to true: privacy.userContext.enabled;true
I just installed the add-on and did not edit anything in about:config for containers: https://addons.mozilla.org/en-GB/firefox/addon/multi-account-containers/
I think this not work, because settings are not initialized. You probably skip deleting when iterating over containers if settings for container is nonexistent. I have red icon only in Default and Work container - Dafault may be here all the time, and Work is “touched” when I created first entry in whitelist.
I tested this again, by adding empty rule to all lists and then removing it (just click +Whitelist on every container and then Delete) and this seems to fix this problem for me. I will test this again in clean profile and confirm. Edit: Seems to be the case.