forked from AkkomaGang/akkoma
Merge branch 'feature/webfinger-rfc7033-compliant' into 'develop'
webfinger: send JRD by default instead of XRD See merge request pleroma/pleroma!211
This commit is contained in:
commit
ea42ba603f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def user_fetcher(username) do
|
|||
end
|
||||
|
||||
pipeline :well_known do
|
||||
plug(:accepts, ["xml", "xrd+xml", "json", "jrd+json"])
|
||||
plug(:accepts, ["json", "jrd+json", "xml", "xml+xrd"])
|
||||
end
|
||||
|
||||
pipeline :config do
|
||||
|
|
Loading…
Reference in a new issue