Handle 303 redirects
This commit is contained in:
parent
99989758ff
commit
2b38961bf6
@ -11,6 +11,7 @@ defmodule Pleroma.HTTP.Connection do
|
|||||||
connect_timeout: 10_000,
|
connect_timeout: 10_000,
|
||||||
recv_timeout: 20_000,
|
recv_timeout: 20_000,
|
||||||
follow_redirect: true,
|
follow_redirect: true,
|
||||||
|
force_redirect: true,
|
||||||
pool: :federation
|
pool: :federation
|
||||||
]
|
]
|
||||||
@adapter Application.get_env(:tesla, :adapter)
|
@adapter Application.get_env(:tesla, :adapter)
|
||||||
|
Loading…
Reference in New Issue
Block a user