kesselborn / conex

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

use built-in "re-open in container" functionality instead of implementing it in conex #265

Closed MichaelTunnell closed 5 years ago

MichaelTunnell commented 5 years ago

I see that Conex has a function like this but the main Container tabs extension now has support for something similar called "Reopen in Container" and this avoids the data leak issue because it just takes the URL and opens it again in a different container.

Do you think this changes the need for Conex to offer this?

To use: Right click a tab in the tab bar and choose "Reopen in Container".

kesselborn commented 5 years ago

hey: thanks for this and sorry for the late reply. You are right and I am really surprised that this is the case as this can potentially leak sessions between containers (if the url identifies a session).