From 2b93643277d4198f6b4eedc918790549a914adac Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 15 Feb 2015 13:33:36 +0100 Subject: [PATCH] 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. --- plugins/WebFinger/WebFingerPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {