aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-05-06 09:31:55 +0100
committerStephen Blott2015-05-06 09:31:55 +0100
commit889decf6c183a185022c22f21143e5436381b942 (patch)
treef81c71c15cbd6dcd29a2868d922bb117db7a0477
parent80f9ea33c2daf6648aa45511ccd9bc3bc156cfad (diff)
downloadvimium-889decf6c183a185022c22f21143e5436381b942.tar.bz2
Use https:// for default search engine.
Google bounces all searches to https:// anyway.
-rw-r--r--background_scripts/settings.coffee2
1 files changed, 1 insertions, 1 deletions
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"