Remove duplicate webfinger entry
This commit is contained in:
5
app.py
5
app.py
@@ -755,11 +755,6 @@ def wellknown_webfinger():
|
|||||||
"template": BASE_URL + "/authorize_follow?profile={uri}",
|
"template": BASE_URL + "/authorize_follow?profile={uri}",
|
||||||
},
|
},
|
||||||
{"rel": "magic-public-key", "href": KEY.to_magic_key()},
|
{"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,
|
"href": ICON_URL,
|
||||||
"rel": "http://webfinger.net/rel/avatar",
|
"rel": "http://webfinger.net/rel/avatar",
|
||||||
|
Reference in New Issue
Block a user