Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tabs unloaded? #241

Closed
piecevcake opened this issue Jun 6, 2018 · 3 comments
Closed

Move tabs unloaded? #241

piecevcake opened this issue Jun 6, 2018 · 3 comments

Comments

@piecevcake
Copy link

piecevcake commented Jun 6, 2018

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 #225)

@kesselborn
Copy link
Owner

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
Copy link
Owner

regarding history: there is already #225 for this

@piecevcake
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants