diff options
| author | David Beitey | 2017-08-31 11:45:53 +1000 | 
|---|---|---|
| committer | David Beitey | 2017-08-31 11:45:53 +1000 | 
| commit | 684d118683e1c923877a218f925610eaa8b910eb (patch) | |
| tree | 2f68ef21b915cb98481e05c934f6c0b620f98549 /lib | |
| parent | 5024d44910048d39888ecb1f22709365fbc85ba0 (diff) | |
| download | vimium-684d118683e1c923877a218f925610eaa8b910eb.tar.bz2 | |
Update URLs to HTTPS in code, pages and docs
Updating URLs to use HTTPS provides greater privacy and reduces the
potential of having content modified whilst in transit (as it happening
more and more by ISPs, networks, state actors etc).
These URLs themselves have been tested and confirmed to work over HTTPS.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/settings.coffee | 10 | 
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" | 
