Use start.duckduckgo.com as startpage

Apparently some users got nagged by duckduckgo to set it as start page.
This commit is contained in:
Florian Bruhin 2016-10-27 22:16:53 +02:00
parent 367063a776
commit 2ce15b0499

View File

@ -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',