C
C
chatmo2019-12-05 10:29:44
proxy
chatmo, 2019-12-05 10:29:44

How to disable proxy in Tor ver browser. nine?

Hello everyone, I disabled the proxy in tor browser version 9 with the following settings in about:config
("extensions.torlauncher.start_tor", false);
("extensions.torbutton.use_nontor_proxy", true);
("extensions.torbutton.test_enabled", false);
("network.proxy.type", 0);
("network.proxy.socks_remote_dns", false);
But after restarting the browser, these two settings ("network.proxy.type", 0); ("network.proxy.socks_remote_dns", false); are reset to default and the network becomes unavailable.
What should be disabled to run Tor browser 9 without a proxy?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
w8p, 2021-05-02
@w8p

Verified: https://cryptopunks.org/article/torbrowser_without_tor/
Copypaste:

It is necessary to start torbrowser by setting the variables TOR_SKIP_LAUNCH, TOR_TRANSPROXY to one. They will report that TOR does not need to be launched and used.
There are several ways to do this, depending on the platform you are using.
For example, on Linux this is done like this:
$ cd tor-browser_en-US/Browser
$ TOR_SKIP_LAUNCH=1 TOR_TRANSPROXY=1 ./firefox
On MacOS:
$ cd "/Applications/Tor Browser.app/Contents/MacOS"
$ TOR_SKIP_LAUNCH=1 TOR_TRANSPROXY= 1 ./firefox
On Windows 10 this can be done like this:
cd tor-browser_en-US\Browser
set TOR_SKIP_LAUNCH=1
set TOR_TRANSPROXY=1
firefox.exe
Next, enter about:config in the address bar and change the value of the network.dns.disabled variable to False.
Everything, torbrowser should work without tor. You can check by clicking on the link https://check.torproject.org .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question