Use HTTPS links for Google and Yahoo!

They both support it--so why not?
This commit is contained in:
Joshua Judson Rosen 2014-12-03 22:55:34 -05:00
parent c52c090298
commit 9a9f6f0502
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ class SearchAction extends Action
* [DuckDuckGo](https://duckduckgo.com/?q=site%%3A%%%%site.server%%%%+%s)
* [Ixquick](https://ixquick.com/do/search?query=site%%3A%%%%site.server%%%%+%s)
* [Google](http://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)
* [Yahoo!](http://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
* [Google](https://www.google.com/search?q=site%%3A%%%%site.server%%%%+%s)
* [Yahoo!](https://search.yahoo.com/search?p=site%%3A%%%%site.server%%%%+%s)
"), $qe, $qe, $qe, $qe);
$message .= "\n";
}