Drive4ik / simple-tab-groups

Create, modify and quick change tab groups. Inspired by the Tab Groups app :)
https://addons.mozilla.org/firefox/addon/simple-tab-groups/
Mozilla Public License 2.0
1.18k stars 93 forks source link

Tab Group Password #1139

Closed RaiderLeader666 closed 5 months ago

RaiderLeader666 commented 9 months ago

Is your feature request related to a problem? Please describe. I have a NSFW group that I don't want to have to delete and import the group constantly.

Describe the solution you'd like Why not make it so certain groups are password locked? Like for example if you have a tab group entirely for banking or wanking you can put a password on them so if someone gets onto your device they can't accidentally open your porn stash or get into your banking info,

tianjianchn commented 8 months ago

Then that person uninstalls SimpleTabGroup and gets all of your tabs. Or even without this, he could also get all of your hidden tabs from the top-right icon of Firefox.

RaiderLeader666 commented 8 months ago

So you make uninstalling it password protected too, besides nobody in their right mind would uninstall an add-on on YOUR device.

matterharz commented 8 months ago

Since it's only a single group, this could be an alternative: https://addons.mozilla.org/en-US/firefox/addon/webext-private-bookmarks/ Hasn't been updated in 2 years or so but it's still working fine.

RaiderLeader666 commented 8 months ago

I'll look into it for sure but I do hope the dev takes this suggestion into consideration

nekohayo commented 5 months ago

So you make uninstalling it password protected too

As far as I know that is not possible, that's not how browser extensions work, the browser has ultimate control...

Why not make it so certain groups are password locked

As pointed out by others, it is not possible to do this. This extension simply uses the browser's official API to hide/show tabs from the view, there is no such thing as tab isolation. You could still access those tabs simply through the addressbar, completely bypassing whatever the extension does.

If you can't trust your computer's user session, you have bigger security problems that this extension cannot solve. You should get an auditable operating system and dedicated user account with password screen locking + disk encryption. No extension can protect your tabs from someone actively sitting in front of your computer.

I recommend closing this issue.