Merge branch 'testfix/webfinger-jrd' into 'develop'
WebFinger: Sends a 400 when resource param is missing, fix XRD typo in test See merge request pleroma/pleroma!554
This commit is contained in:
commit
567359790e
2 changed files with 14 additions and 1 deletions
|
|
@ -35,4 +35,8 @@ defmodule Pleroma.Web.WebFinger.WebFingerController do
|
|||
send_resp(conn, 404, "Unsupported format")
|
||||
end
|
||||
end
|
||||
|
||||
def webfinger(conn, _params) do
|
||||
send_resp(conn, 400, "Bad Request")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue