Change default startpage to HTTPS.

This commit is contained in:
Florian Bruhin 2014-12-02 16:38:57 +01:00
parent e1be61e624
commit 0814811e2b

View File

@ -125,7 +125,7 @@ DATA = collections.OrderedDict([
"Whether to wrap finding text to the top when arriving at the end."),
('startpage',
SettingValue(typ.List(), 'http://www.duckduckgo.com'),
SettingValue(typ.List(), 'https://www.duckduckgo.com'),
"The default page(s) to open at the start, separated by commas."),
('auto-search',