Hello. I’am using TOR Browser without tor on my whonix windows wm.
And today after update it is dont work. No connection.
iam using this method wiki/Other_Operating_Systems#cite_note-5
SET TOR_SKIP_LAUNCH=1
SET TOR_TRANSPROXY=1
Please tell me what i can do. 9 version work perfect.
Since the V 10 upgrade today it no longer connects after opening. I have gone thru the about:config and can’t tell why. I see minor changes to; “contentblocking.report.proxy” / network.http.altsvc.proxy_checks – I tried adjusting these and didn’t seem to make a difference.
I have made several attempts to download tb-starter / secbrowser based on instructions here but am always met with error messages so not sure if it’s not being updated I am not tech savy enough to understand what’s going on with that.
Hopefully someone knows of a fix to get V 10 up and running.
Whonix does not produce Tor Browser. The Tor Project does. And Whonix did not make any changes related to that.
Therefore to have a chance of seeing this fixed, this issue must be reproduced outside of Whonix. Meaning, without Whonix involved. A Debian busted based VM would be good. And then the issue needs to be reported on the Tor Project issue tracker.
“Whonix does not produce Tor Browser. The Tor Project does. And Whonix did not make any changes related to that.”
Is the SecBrowser a Whonix product?
Non-Affiliation with The Tor Project
SecBrowser ™ is a derivative of Tor® Browser, produced independently from the Tor® anonymity software and carries no guarantee from The Tor® Project [archive] about quality, suitability or anything else.
SecBrowser ™ can be installed using tb-updater [archive] which is a package developed and maintained by Whonix developers.
Are the adjustment noted above the equivalent of the SecBrower?
How does SecBrowser ™ disable Tor?
SecBrowser ™ supports custom user preferences “user_pref” which can be used to change browser configuration and behavior. In tb-starter the user preferences that disable Tor are located in /usr/share/secbrowser/user.js .[20][21] When SecBrowser ™ starts this file is copied over to the corresponding SecBrowser ™ profile where the custom user_pref(s) are parsed.[22]
Tor is disabled by setting the following three preferences to false.
I assumed it was also broke and was looking to see if whonix was able to do a work-around yet so those of us with the diy sec browser can make the changes. I have never been able to load sec browser or tb-installer on my machines always broken messages of some sort.
The 2 resources above allow an enduser to work with what the Tor project have done in its continual efforts to create a product liken to what the minions of Alphabet Inc envision a browser – minimalist tweakable options/features in the name of “ease” of use for ‘non-power’ users. Seriously…
Manually create 2 files as follow -
Create a file firefox.cfg with the 4 lines below.
Place it within the directory alongside the files firefox.real and firefox
In Linux, that would be inside browser_en-US/Browser
I raised this issue at the tor browser gitlab project (I can’t post a link - nice one whonix).
It seems that the preference that allows firefox to send DNS requests out was changed in tor 10 and the code that deals with TOR_TRANSPROXY wasn’t modified (i.e. the left hand does know what the right hand is doing).
So you should get 10 to work by going in to about:config, type in network.dns.disabled and set it to false.
I’m am not yet sure if this will be addressed by tor so that you don’t have to manually set this value in future.