mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
LibWebView: Remove non-generic search engines
It really doesn't make sense for GitHub to be the default search engine. If some really wants this, we can eventually implement setting custom search engine URLs.
This commit is contained in:
parent
a69ecc3943
commit
b4fde1ef64
Notes:
github-actions[bot]
2025-03-22 16:29:01 +00:00
Author: https://github.com/trflynn89
Commit: b4fde1ef64
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4036
1 changed files with 0 additions and 3 deletions
|
@ -15,13 +15,10 @@ static constexpr auto builtin_search_engines = Array {
|
|||
SearchEngine { "Brave"sv, "https://search.brave.com/search?q={}"sv },
|
||||
SearchEngine { "DuckDuckGo"sv, "https://duckduckgo.com/?q={}"sv },
|
||||
SearchEngine { "Ecosia"sv, "https://ecosia.org/search?q={}"sv },
|
||||
SearchEngine { "GitHub"sv, "https://github.com/search?q={}"sv },
|
||||
SearchEngine { "Google"sv, "https://www.google.com/search?q={}"sv },
|
||||
SearchEngine { "GoogleScholar"sv, "https://scholar.google.com/scholar?q={}"sv },
|
||||
SearchEngine { "Kagi"sv, "https://kagi.com/search?q={}"sv },
|
||||
SearchEngine { "Mojeek"sv, "https://www.mojeek.com/search?q={}"sv },
|
||||
SearchEngine { "Startpage"sv, "https://startpage.com/search?q={}"sv },
|
||||
SearchEngine { "Wikipedia"sv, "https://en.wikipedia.org/w/index.php?title=Special:Search&search={}"sv },
|
||||
SearchEngine { "Yahoo"sv, "https://search.yahoo.com/search?p={}"sv },
|
||||
SearchEngine { "Yandex"sv, "https://yandex.com/search/?text={}"sv },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue