-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Make Tor integration compatible with NetworkService #4312
Comments
It is handy to use |
@darkdh When I launch brave using |
@GeetaSarvadnya Did you launch it using fresh profile? There is another issue blocking this test case (#5007), so before #5007 is fixed, we have to launch without |
Verification passed on
I was able to verify by using directions from brave/brave-core#2647 and #4312 (comment)
Verification passed on
Used above STR Verification PASSED on
|
Test plan
See brave/brave-core#2647
Description
As part of migration we have to fix Tor - it doesn't work with enabled NetworkService. It seems that the reason is
TorProfileServiceImpl::SetNewTorCircuitOnIOThread
:URLRequestContext
is not compatible with NetworkService.The text was updated successfully, but these errors were encountered: