From: Mikael Nordfeldth Date: Sun, 15 Feb 2015 12:33:36 +0000 (+0100) Subject: Don't default to publishing http: alias! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b93643277d4198f6b4eedc918790549a914adac;p=quix0rs-gnu-social.git Don't default to publishing http: alias! 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. --- diff --git a/plugins/WebFinger/WebFingerPlugin.php b/plugins/WebFinger/WebFingerPlugin.php index e1e6a1b41c..e5759e886c 100644 --- a/plugins/WebFinger/WebFingerPlugin.php +++ b/plugins/WebFinger/WebFingerPlugin.php @@ -31,7 +31,7 @@ if (!defined('GNUSOCIAL')) { exit(1); } class WebFingerPlugin extends Plugin { - public $http_alias = true; + public $http_alias = false; public function initialize() {