fix: respond with JSON Resource Descriptor Content-Type per RFC7033
This commit is contained in:
parent
f42c458782
commit
5f142647ef
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ func WebfingerQuery(ctx *context.Context) {
|
|||
},
|
||||
}
|
||||
|
||||
ctx.Resp.Header().Add("Content-Type", "application/jrd+json")
|
||||
ctx.Resp.Header().Add("Access-Control-Allow-Origin", "*")
|
||||
ctx.JSON(http.StatusOK, &webfingerJRD{
|
||||
Subject: fmt.Sprintf("acct:%s@%s", url.QueryEscape(u.Name), appURL.Host),
|
||||
|
|
Loading…
Reference in a new issue