Tor window uses Google.com by default
See original GitHub issueDescription
On win10 x64, when I select the Open Tor Window
option from the sync
menu, the open Tor window
uses google as the search engine.
Expected Tor default search engine: Tor default, global (except for France & Germany): duckduckgo.com Tor default, France & Germany: qwant.com
Steps to Reproduce
- Click on the
sync
menu - Open New Tor Window:
- Enter a keyword into the URL bar. Observe Google.com search results.
Actual result:
Google.com results.
Expected result:
DDG results (global, except for France and Germany) Qwant results (France, Germany)
Reproduces how often:
100%
Brave version (chrome://version info)
Brave | 0.55.5 Chromium: 70.0.3538.16 (Official Build) dev (64-bit)
-- | --
Revision | 16ed95b41bb05e565b11fb66ac33c660b721f778-refs/branch-heads/3538@{#306}
OS | Windows
JavaScript | V8 7.0.276.9
Flash | (Disabled)
User Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.16 Safari/537.36
Command Line | "C:\Program Files (x86)\BraveSoftware\Brave-Browser-Dev\Application\brave.exe" --enable-tab-audio-muting --disable-domain-reliability --disable-chrome-google-url-tracking-client --no-pings --enable-features=EnableEmojiContextMenu,DesktopPWAWindowing,fill-on-account-select,NewExtensionUpdaterService --disable-features=SharedArrayBuffer --flag-switches-begin --flag-switches-end
Reproducible on current release:
no
Website problems only:
- Does the issue resolve itself when disabling Brave Shields?
- Is the issue reproducible on the latest version of Chrome?
Additional Information
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Tor switches to DuckDuckGo search results by default
Tor users are currently being served DuckDuckGo search results by default. In a note on what it dubs its “search engine situation” the ......
Read more >allowing users to change default search engine for Tor Window
We currently set DDG as the default search engine for Tor Window but don't give the user the ... Tor window uses Google.com...
Read more >Setting Tor Browser as default browser in Windows
Go to the Windows Control Panel and open the Default Programs option. Select Tor Browser and click to set it as default program...
Read more >How do I force Tor to be my default browser? - Quora
Windows Vista, 7, 8, & 8.1: Click the Windows logo on the start menu, search for “default programs”. Click Change Default Programs in...
Read more >Can't get Private TOR windows to use DuckDuckGo instead of ...
I have Duck Duck Go set up as the default search engine in Settings, but in a Private TOR window a URL line...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll take a look at this issue - I implemented private search engine in private window feature.
@simonhong tor window is different than private window. It is a type of guest window with only persistent search engine setting. I recommend setting
kDefaultSearchProviderDataPrefName
when tor profile created and preventProfileManager::SetNonPersonalProfilePrefs
from clearing it.