FirefoxCookiesManagerPlus icon indicating copy to clipboard operation
FirefoxCookiesManagerPlus copied to clipboard

Support for Firefox Containers

Open alexlehm opened this issue 9 years ago • 5 comments

Firefox has a new feature called Containers, which is basically different "identities" by opening tabs that belong to one of 5 containers. This currently means that cookies are displayed more than once since they may be stored in each container. (The same issue is present in the native cookie edit window)

It would be great if the the Cookie Manager plus could support containers in the future (since that makes a great debugging tool when testing web pages with login).

alexlehm avatar Sep 06 '16 20:09 alexlehm

Any references I could learn about this? I suspect the reason for duplicate cookies is they have different originAttributes (can you confirm that?). Unfortunately Mozilla's api doesn't allow change originAttributes without accessing cookies.sqlite database directly.

vanowm avatar Sep 06 '16 21:09 vanowm

I have to say I have no idea how this is implemented, its probably a new property in the cookies db that distinguishes between the containers.

The feature is described here https://wiki.mozilla.org/Security/Contextual_Identity_Project/Containers

alexlehm avatar Sep 06 '16 21:09 alexlehm

@alexlehm Cookies aren't involved, but it's Gecko. It's explained on the chapter An extended origin of your link. Also see How is Firefox able to Compartmentalize Containers? (the 8th answer in FAQ).

Atavic avatar Sep 28 '16 20:09 Atavic

How could these Containers secure browsing when data as History and Saved Password are shared between them? Seems like there will a different Local Storage for every container, but it's a placebo for security improvement to me.

Atavic avatar Sep 30 '16 20:09 Atavic

I am not so much using this for enhanced security, but its a killer feature if you are testing a portal and have to switch between a regular and admin user for example without using 2 different browsers

alexlehm avatar Sep 30 '16 20:09 alexlehm