0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

feat(engine): provide startpage search engine in the config (#314)

This commit is contained in:
neon_arch 2023-12-05 20:49:28 +03:00
parent e1e426c517
commit e8a64f5874

View File

@ -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.