kesselborn / conex

Firefox extension
Mozilla Public License 2.0
174 stars 16 forks source link

Move tabs unloaded? #241

Closed piecevcake closed 6 years ago

piecevcake commented 6 years ago

It seems to me that the "leaking" issue may be largely solved by clearing all cookies, localstorage etc before moving tabs between containers? (which forces fresh login in the new container - password manager ffunctions in all containers)

Would be great if the tabs could be moved in their unloaded state, with tab name and history - if current page fails to load, at least you can know what it is, hit back button and re-click the link to it...

(I use tab ReTitle as well, titles are preserved between FF sessions so hopefully can be kept when moving between containers... )

(Related to https://github.com/kesselborn/conex/issues/225)

kesselborn commented 6 years ago

hey: sorry for the very late reply: I was kind of off the grid for a while :/

nope: cookies, localstorage, etc. are not the problem here as they get all discarded. The problem occurs, if the website encodes identifiers within the urls ... an overly obvious example would be something like:

http://example.com?mysession=0123456789

now: if you open this url in another container, the web page could re-identify you with via the mysession parameter.

kesselborn commented 6 years ago

regarding history: there is already #225 for this

piecevcake commented 6 years ago

Hi, I see you closed this, does that mean that conex DOES move tabs unloaded? Or are you looking at achieving this through the issue at drag/drop support in conex popup #84?