Use start.duckduckgo.com as startpage
Apparently some users got nagged by duckduckgo to set it as start page.
This commit is contained in:
parent
367063a776
commit
2ce15b0499
@ -136,7 +136,8 @@ def data(readonly=False):
|
||||
"Whether to find text on a page case-insensitively."),
|
||||
|
||||
('startpage',
|
||||
SettingValue(typ.List(typ.String()), 'https://duckduckgo.com'),
|
||||
SettingValue(typ.List(typ.String()),
|
||||
'https://start.duckduckgo.com'),
|
||||
"The default page(s) to open at the start, separated by commas."),
|
||||
|
||||
('yank-ignored-url-parameters',
|
||||
|
Loading…
Reference in New Issue
Block a user