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 /pages | |
| 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 'pages')
| -rw-r--r-- | pages/help_dialog.html | 2 | ||||
| -rw-r--r-- | pages/options.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/help_dialog.html b/pages/help_dialog.html index b2d14dab..1da54efd 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -107,7 +107,7 @@ <a class="vimiumHelDialogLink" target="_blank" href="https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb/reviews">Leave us feedback</a>.<br/> - Found a bug? <a class="vimiumHelDialogLink" target="_blank" href="http://github.com/philc/vimium/issues">Report it here</a>. + Found a bug? <a class="vimiumHelDialogLink" target="_blank" href="https://github.com/philc/vimium/issues">Report it here</a>. </div> <div class="vimiumReset vimiumColumn" style="text-align:right"> <span class="vimiumReset">Version <span id="help-dialog-version"></span></span><br/> diff --git a/pages/options.html b/pages/options.html index 34ff70f9..80d3e61f 100644 --- a/pages/options.html +++ b/pages/options.html @@ -248,7 +248,7 @@ b: http://b.com/?q=%s description <td verticalAlign="top"> <div class="help"> <div class="example"> - The search engine to use in the Vomnibar <br> (e.g.: "http://duckduckgo.com/?q="). + The search engine to use in the Vomnibar <br> (e.g.: "https://duckduckgo.com/?q="). </div> </div> <input id="searchUrl" type="text" /> |
