Any reason why new tabs shouldn't create an entirely new, isolated container by default? And then allow the user to close tabs implicitly by performing a merge operation with some existing container (say, dragging with the mouse with a hotkey held down onto an existing tab group representing a single container)? And alternatively, "merging" with the empty container, which would retroactively implement incognito mode…
You might like the "Containers On The Go" addon. It adds a second new tab button which will create a container for the new tab it creates, which then is deleted as soon as you close the tab. https://addons.mozilla.org/en-US/firefox/addon/containers-on... Someone also made a theme which will color the temporary container windows a different color so you can easily differentiate them from the normal tabs/windows. https…
An Update on Firefox Containers
61–70 of 107 posts
Re: An Update on Firefox Containers
#62Re: An Update on Firefox Containers
#63Earlier quoted context omitted.
Haven't used the feature, but can you whitelist cookies on a per-container basis? If so, then I'm in. If container Y is only going to open website X, then just block all other cookies.
Yes, you can. The cookie settings are per-container (and there’s a surprising amount of customization per domain, though I wish it had decent wildcard support, it turns out to not be much of an issue).
Is there now an option to whitelist specific origins, and block all other cookies by default?
Re: An Update on Firefox Containers
#64Re: An Update on Firefox Containers
#65Re: An Update on Firefox Containers
#66So is "Containers" being removed from Firefox? Or it will only live in Nightly ever? So confusing. edit: From some experimenting, it looks like "Firefox Multi-Account Containers" extension extends the "Container Tabs" feature in Firefox. (This is an assumption based on the fact that the Options/Preferences now tell me I can't disable "Container Tabs" since "Ff MA Containers" is using it.
https://developer.mozilla.org/Add-ons/WebExtensions/API/cont...
Re: An Update on Firefox Containers
#67* Cleared all cookies for Facebook and Google
* Created a new container called "No tracking"
* Set facebook, gmail, analytics, youtube and all google services other than Search to always open in "No tracking"
Now in theory Facebook and Google can't track me across the web (at least not in a way that it's linked to my real identity), and I don't have to do anything to maintain this.
Anybody see any faults in my logic?
Re: An Update on Firefox Containers
#68Here's what I've just done - * Cleared all cookies for Facebook and Google * Created a new container called "No tracking" * Set facebook, gmail, analytics, youtube and all google services other than Search to always open in "No tracking" Now in theory Facebook and Google can't track me across the web (at least not in a way that it's linked to my real identity), and I don't have to do anything to maintain this. Anybod…
Re: An Update on Firefox Containers
#69- Does this represent a deprioritisation of the feature by Mozilla (it would seem not, since there's an explicit WebExtensions API just for this, but I'm curious to see how the level of maintenance of the extension UI keeps up with browser changes going forward)
- This seems like the first major WebExtensions API that Firefox has added post 57 (though it was available with a flag before) that no other browser supports[0]. Does the represent Mozilla's future policy w.r.t. WebExtensions in general - i.e. building out the API with Firefox-specific features? This could be good for differentiating Firefox again, but probably more work for devs creating cross-browser extensions.
[0] https://developer.mozilla.org/en-US/Add-ons/WebExtensions/AP...
Re: An Update on Firefox Containers
#70Here's what I've just done - * Cleared all cookies for Facebook and Google * Created a new container called "No tracking" * Set facebook, gmail, analytics, youtube and all google services other than Search to always open in "No tracking" Now in theory Facebook and Google can't track me across the web (at least not in a way that it's linked to my real identity), and I don't have to do anything to maintain this. Anybod…
- Storing visits across the web on different sites that use 3rd-party Google/Facebook-hosted services against a shadow session. Google Analytics, Google Maps, Google Web Fonts, Google CDN / JSON APIs, share buttons.
- I presume you don't login with Facebook / Google on any websites? If you do, that would conclusively link the aforementioned shadow session with your actual account.
- Also, there are integrated browser services calling home to Google. Check about:config?filter=google
---
Edit: For an extra step to mitigate some of the above:
Install either uBlock Origin or uMatrix and painstakingly block all of the above-mentioned 3rd-party origins: analytics, web fonts, share URLs, login APIs, CDNs and JSON APIs. Blocking the last two will break some websites - e.g. Stackoverflow - but you can further mitigate this breakage by installing the Decentraleyes extension.