From: Joshua Judson Rosen Date: Thu, 4 Dec 2014 03:55:34 +0000 (-0500) Subject: Use HTTPS links for Google and Yahoo! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9a9f6f05023645df2c087628c32d54bb6200a790;p=quix0rs-gnu-social.git Use HTTPS links for Google and Yahoo! They both support it--so why not? --- diff --git a/lib/searchaction.php b/lib/searchaction.php index 5078408014..f8acf34f07 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -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"; }