-
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
Allow Brave to Handle Searches from Windows Shell and Cortana #13875
Comments
From another thread, the https://github.com/da2x/EdgeDeflector has tackled this issue in the past. It registers itself as the handler for the Note that EdgeDeflector registers itself as a handler for the Relevantchrome/installer/util/shell_util.cc const wchar_t* ShellUtil::kBrowserProtocolAssociations[] = {
L"ftp", L"http", L"https", nullptr
};
const wchar_t* ShellUtil::kPotentialProtocolAssociations[] = {
L"ftp", L"http", L"https", L"irc", L"mailto", L"mms", L"news", L"nntp",
L"sms", L"smsto", L"snews", L"tel", L"urn", L"webcal", nullptr};
`` |
This would be a great one to do- we'd need to make it an option (under |
+1 for this. Any time I click on a "Help" or "Help from web" link within the Windows OS, I'm navigated directly via Edge (even though Brave is set as my default browser). Interestingly enough, the navigation is to an It also appears to be very difficult to manually change this within the OS, as the only applications Microsoft surfaces as available to set as the default for the edge-related protocols is Microsoft Edge, or an option to select another app from the Microsoft Store, which does not include Brave. |
Verified
Steps:Test 1 - from chrome uninstall process
Test 2 - search from windows task bar
Test 3 - uninstall
|
Description
Even when Brave is the default browser, the user may still find themselves unintentionally using Microsoft Edge. This is because searches from the start menu and elsewhere in Windows open results in Microsoft Edge, rather than in the user's preferred browser.
Steps to Reproduce
Actual result:
Results are opened in Microsoft Edge.
Expected result:
Results are opened in Brave (if Brave is the default browser).
Reproduces how often:
Always.
Brave version (brave://version info)
1.19.88
Miscellaneous Information:
Note: The "Command" portion is caused by Windows thinking "deviations from chromium" should be passed as arguments to the "brave" executable. As such, selecting that option opens 3 new tabs in Brave (i.e.
/deviations
,/from
,/chromium
), which is clearly not the intended result, and is wholly unrelated to this issue :)The text was updated successfully, but these errors were encountered: