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.
This commit is contained in:
Mikael Nordfeldth 2015-02-15 13:33:36 +01:00
parent 396f1e92ca
commit 2b93643277
1 changed files with 1 additions and 1 deletions

View 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()
{