Skip to content
Snippets Groups Projects
Commit ea42ba60 authored by lain's avatar lain
Browse files

Merge branch 'feature/webfinger-rfc7033-compliant' into 'develop'

webfinger: send JRD by default instead of XRD

See merge request pleroma/pleroma!211
parents c02d03a4 3d402a9e
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ defmodule Pleroma.Web.Router 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment