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

This project and Tor Browser without Tor #316

Closed
fjorgyn opened this issue Jun 16, 2017 · 3 comments
Closed

This project and Tor Browser without Tor #316

fjorgyn opened this issue Jun 16, 2017 · 3 comments

Comments

@fjorgyn
Copy link

fjorgyn commented Jun 16, 2017

This project shares many goals with Tor Browser development. Tor Browser can easily be set to not use Tor by setting a few preferences in user.js:

// Disable proxying
user_pref("network.proxy.socks_remote_dns", false);
user_pref("network.proxy.type", 0);
// Disable TorLauncher extension
user_pref("extensions.torlauncher.prompt_at_startup", false);
user_pref("extensions.torlauncher.start_tor", false);

Wouldn't it be a good idea to combine the efforts in some way? Are the projects really that different?

@Atavic
Copy link

Atavic commented Jun 17, 2017

Tor Browser includes some extensions - see here - while this project suggests some here.

TBB has major releases based on Firefox ESR, while this user.js can be used with different browsers.

@pyllyukko
Copy link
Owner

At least the following two examples didn't seem to gain any traction:

It would be good to at least have an easy way to compare the settings between this and Tor Browser's settings.

@pyllyukko
Copy link
Owner

Hopefully some day.

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

No branches or pull requests

3 participants