From 58401634d8e8d76b674b34a8be916ebac0e0922d Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 15 Jun 2022 08:50:26 +0200 Subject: [PATCH] Update routers/web/webfinger.go --- routers/web/webfinger.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/routers/web/webfinger.go b/routers/web/webfinger.go index b52c1879a..49c538aaf 100644 --- a/routers/web/webfinger.go +++ b/routers/web/webfinger.go @@ -108,10 +108,6 @@ func WebfingerQuery(ctx *context.Context) { Type: "application/activity+json", Href: appURL.String() + "api/v1/activitypub/user/" + url.PathEscape(u.Name), }, - { - Rel: "http://ostatus.org/schema/1.0/subscribe", - Template: appURL.String() + "api/v1/authorize_interaction?uri={uri}", - }, } ctx.Resp.Header().Add("Access-Control-Allow-Origin", "*")