Remove duplicate webfinger entry
This commit is contained in:
parent
5bb7875bc9
commit
a2a64a54fd
1 changed files with 0 additions and 5 deletions
5
app.py
5
app.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue