|
|
|
|
|
by lurtbancaster
1170 days ago
|
|
> "Works on Windows 10 or later " Why? Firefox hasn't dropped support for Windows 7/8 yet. If you are somebody using Windows 7/8 etc and want Tor Browser but without Tor, then add the following to your `user.js` user_pref("network.proxy.socks_remote_dns", false);
user_pref("extensions.torlauncher.start_tor", false);
user_pref("network.dns.disabled", false);
user_pref("browser.aboutConfig.showWarning", false);
user_pref("network.proxy.socks", " ");
That should give you all the anti-fingerprinting measures of Tor Browser but without Tor. |
|