aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStephen Blott2017-08-31 11:44:28 +0100
committerGitHub2017-08-31 11:44:28 +0100
commitdd7dc27f2ddc11e2eba15803c5d880e2393e04cf (patch)
tree2f68ef21b915cb98481e05c934f6c0b620f98549 /lib
parent1826e88cf723a74a6b9869b67e96321f32ae76fb (diff)
parent684d118683e1c923877a218f925610eaa8b910eb (diff)
downloadvimium-dd7dc27f2ddc11e2eba15803c5d880e2393e04cf.tar.bz2
Merge pull request #2623 from davidjb/master
Update URLs to use HTTPS
Diffstat (limited to 'lib')
-rw-r--r--lib/settings.coffee10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee
index 08986723..62dc09e7 100644
--- a/lib/settings.coffee
+++ b/lib/settings.coffee
@@ -168,20 +168,20 @@ Settings =
# put in an example search engine
searchEngines:
"""
- w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia
+ w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia
# More examples.
#
# (Vimium supports search completion Wikipedia, as
# above, and for these.)
#
- # g: http://www.google.com/search?q=%s Google
- # l: http://www.google.com/search?q=%s&btnI I'm feeling lucky...
- # y: http://www.youtube.com/results?search_query=%s Youtube
+ # g: https://www.google.com/search?q=%s Google
+ # l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...
+ # y: https://www.youtube.com/results?search_query=%s Youtube
# gm: https://www.google.com/maps?q=%s Google maps
# b: https://www.bing.com/search?q=%s Bing
# d: https://duckduckgo.com/?q=%s DuckDuckGo
- # az: http://www.amazon.com/s/?field-keywords=%s Amazon
+ # az: https://www.amazon.com/s/?field-keywords=%s Amazon
# qw: https://www.qwant.com/?q=%s Qwant
"""
newTabUrl: "about:newtab"