✨ feat(engine): provide startpage search engine in the config (#314)
This commit is contained in:
parent
e1e426c517
commit
e8a64f5874
1 changed files with 13 additions and 12 deletions
|
@ -53,4 +53,5 @@ upstream_search_engines = {
|
||||||
DuckDuckGo = true,
|
DuckDuckGo = true,
|
||||||
Searx = false,
|
Searx = false,
|
||||||
Brave = false,
|
Brave = false,
|
||||||
|
Startpage = false,
|
||||||
} -- select the upstream search engines from which the results should be fetched.
|
} -- select the upstream search engines from which the results should be fetched.
|
||||||
|
|
Loading…
Add table
Reference in a new issue