projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396f1e9
)
Don't default to publishing http: alias!
author
Mikael Nordfeldth
<mmn@hethane.se>
Sun, 15 Feb 2015 12:33:36 +0000
(13:33 +0100)
committer
Mikael 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
patch
|
blob
|
history
diff --git
a/plugins/WebFinger/WebFingerPlugin.php
b/plugins/WebFinger/WebFingerPlugin.php
index e1e6a1b41c1f075c0a4a8e5ad586804832377bdc..e5759e886c4df902cd83ab3a140d59ac91b915d8 100644
(file)
--- 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 =
tru
e;
+ public $http_alias =
fals
e;
public function initialize()
{