Revert MediaProxy Host header validation

Something is going wrong here even though the tests are correct.
This commit is contained in:
Mark Felder 2023-06-07 09:19:22 -04:00
commit fadcd7f1a9
4 changed files with 2 additions and 59 deletions

View file

@ -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