-
Notifications
You must be signed in to change notification settings - Fork 973
Verify that we get site isolation in Tor #14390
Comments
Based on my testing I'm pretty sure there is a bug here. STR:
|
re above, |
And I fount out doing a Refresh after step 3, it show different ip than DDG. |
Examination on the wire between brave and the tor daemon reveals:
|
I'm working on a fix which will block request until proxy config is reload |
Is this a race between the caller of CreateRequestContextForStoragePartition and TorSetProxy or something? Why doesn't the CONFIG_UNSET return from GetLatestProxyConfig already block it? |
because they are running on different threads, UI vs IO. |
@diracdeltas mind adding a test case for QA? |
@kjozwiak yup, the test plan is basically #14390 (comment) - i'll copy it into the issue |
Thanks @diracdeltas 👍 Wasn't sure if those were sufficient enough so figured I would ask you just incase! |
Verified on Windows 10 x64 using
Verified on
Verified with macOS 10.12.6 using
|
During some usability tests we seemed to get the same IP address more often than expected. Figure out why and whether there is a bug here.
TEST PLAN:
search 'what is my IP' on a tor tab
remember what duckduckgo says the IP is
click on a search result that shows you your IP.
it should show a different IP than what duckduckgo showed
The text was updated successfully, but these errors were encountered: