-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Tor not working just after clean install #3058
Comments
haven't been able to reproduce on macOS yet using
|
Same results as @LaurenWags. Tried reproducing it ~20 times on macOS without any luck. Used |
Sounds like a race condition? |
Definitely seems like it. If you manage to type something in the URL before Tor gets initialized 👇, that particular Tor window will load everything without using Tor.
Here's an alternative STR that I found a bit easier to use and reproduce:
This way, it will attempt a DDG search. If you manage to quickly mash some letters/keys in before Tor is initialized, the DDG search will be performed without using Tor. Now within the same window, open Reproduced on the following platforms:
Used the following build:
Looking at @btlechowski's findings, looks like this isn't a new regression and is currently reproducible under @tomlowenthal I don't think this is a blocker but I would like to see what the security team thinks. Thanks! |
@kjozwiak I can reproduce this on Linux. This is an issue because the option available in hamburger menu. Until Tor binaries are downloaded the Tor Window options is not shown on profile icon which is correct. Because we have the option to launch a Tor window from hamburger menu it creates a Tor window without the binaries downloaded completely. Thats why even after Tor binaries are downloaded it doesn't work until browser is restarted. Ideal behaviour should be show Tor window option in hamburger menu only after Tor binaries are downloaded. I used keyboard shortcuts to reproduce the issue as it works quicker than using the hamburger menu. On Muon we had the progress indicator to stop users loading a site without Tor binaries being completely downloaded. So either bring back the progess indicator in URL or just hide the option until its downloaded. My vote would be to hide the option(everywhere hamburger/file menu/keyboard shortcuts) until binaries are downloaded fully |
Ideal behavior is to ship Tor binaries with the installer so you don't have to wait. |
I had this similar issue on Windows Desktop and I was able to fix it by cut & pasting two folders from a previous User Data Brave install.
Close / Quit Brave and just rename your existing folders before you cut / paste. |
Verification passed on
This issue is partially fixed. It is no longer possible to open pages without Tor (Error page is shown). Verification passed on
Verification PASSED on
|
Steps to Reproduce
https://check.torproject.org/
in Tor WindowActual result:
Tor is not used
Tor will not be used till browser restart.
Tor process is not running.
Expected result:
Tor is used
Reproduces how often:
90% of the time
Brave version (brave://version info)
Reproduced on the latest builds for all channels.
cc @brave/legacy_qa @tomlowenthal @riastradh-brave
The text was updated successfully, but these errors were encountered: