Revert MediaProxy Host header validation
Something is going wrong here even though the tests are correct.
This commit is contained in:
parent
43458cb7a1
commit
fadcd7f1a9
4 changed files with 2 additions and 59 deletions
|
|
@ -120,9 +120,6 @@ defmodule Pleroma.Web.ConnCase do
|
|||
|
||||
Mox.verify_on_exit!()
|
||||
|
||||
{:ok,
|
||||
conn:
|
||||
Phoenix.ConnTest.build_conn()
|
||||
|> Map.put(:host, Pleroma.Web.Endpoint.host())}
|
||||
{:ok, conn: Phoenix.ConnTest.build_conn()}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue