Change default startpage to HTTPS.
This commit is contained in:
parent
e1be61e624
commit
0814811e2b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user