]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't default to publishing http: alias!
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 15 Feb 2015 12:33:36 +0000 (13:33 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 15 Feb 2015 12:33:36 +0000 (13:33 +0100)
It seems to have caused a problem with at least an older codebase of
remote GNU social sites, but either way we shouldn't present the user
as aliased on an insecure connection if there is no real reason to.

plugins/WebFinger/WebFingerPlugin.php

index e1e6a1b41c1f075c0a4a8e5ad586804832377bdc..e5759e886c4df902cd83ab3a140d59ac91b915d8 100644 (file)
@@ -31,7 +31,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
 
 class WebFingerPlugin extends Plugin
 {
-    public $http_alias = true;
+    public $http_alias = false;
 
     public function initialize()
     {