Remove duplicate webfinger entry

This commit is contained in:
Thomas Sileo 2018-07-05 01:45:56 +02:00
parent 5bb7875bc9
commit a2a64a54fd

5
app.py
View file

@ -755,11 +755,6 @@ def wellknown_webfinger():
"template": BASE_URL + "/authorize_follow?profile={uri}",
},
{"rel": "magic-public-key", "href": KEY.to_magic_key()},
{
"href": BASE_URL,
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
},
{
"href": ICON_URL,
"rel": "http://webfinger.net/rel/avatar",