[tbb-bugs] #14713 [Tor Browser]: Investigate Multiprofile/"Switchy" Support for Tor Browser
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sat Feb 28 04:51:22 UTC 2015
#14713: Investigate Multiprofile/"Switchy" Support for Tor Browser
-----------------------------+----------------------
Reporter: mikeperry | Owner: tbb-team
Type: task | Status: new
Priority: normal | Milestone:
Component: Tor Browser | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
-----------------------------+----------------------
Comment (by cypherpunks):
The -profilemanager or -P flag can be used to manage profiles. One profile
is marked as the default (usually the first profile created, called
default) and is loaded automatically when firefox starts. When the -P flag
is passed to firefox, a prompt is displayed that shows all available
profiles and asks the user to choose one to load.
From the prompt, you can delete, rename, or create new profiles. You can
also disable loading the default profile automatically. This means that
each time firefox is started (with or without the -P flag) the user is
prompted to choose a profile to run.
This could be set up so that Tor Browser prompts the user to choose
between a "Default" profile or a "Tor" profile.
You can also edit the profiles file by hand. On Windows it's located under
\Tor Browser\Browser\TorBrowser\Data\Browser\profiles.ini, and the syntax
looks like:
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=profile.default
Default=1
The -no-remote flag lets you launch multiple profiles at once, e.g. you
could have the default profile and the tor profile loaded in separate
firefox processes at the same time. You can't run the same profile twice,
however.
Given this information, is a separate add-on needed? It seems like
everything needed for this feature is already present in stock Firefox. Is
there something I missed about Switchy?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14713#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list