From 889decf6c183a185022c22f21143e5436381b942 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 6 May 2015 09:31:55 +0100 Subject: Use https:// for default search engine. Google bounces all searches to https:// anyway. --- background_scripts/settings.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index a4d95c81..1077c84c 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -88,7 +88,7 @@ root.Settings = Settings = # "\bnext\b,\bmore\b,>,→,»,≫,>>" nextPatterns: "next,more,>,\u2192,\xbb,\u226b,>>" # default/fall back search engine - searchUrl: "http://www.google.com/search?q=" + searchUrl: "https://www.google.com/search?q=" # put in an example search engine searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s wikipedia" newTabUrl: "chrome://newtab" -- cgit v1.2.3