]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Use HTTPS links for Google and Yahoo!
authorJoshua Judson Rosen <rozzin@geekspace.com>
Thu, 4 Dec 2014 03:55:34 +0000 (22:55 -0500)
committerJoshua Judson Rosen <rozzin@geekspace.com>
Thu, 4 Dec 2014 03:55:34 +0000 (22:55 -0500)
They both support it--so why not?

lib/searchaction.php

index 507840801439a9e15dc24dc613a5de082a6736ae..f8acf34f072d69b5ca8f88cbdf4b2b9c96c409f6 100644 (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";
         }