From 0814811e2b374e04fca0bfce0b7c04a18b48bb2e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 2 Dec 2014 16:38:57 +0100 Subject: [PATCH] Change default startpage to HTTPS. --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index aa92b8ea3..a2f851908 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -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',