From: Sergey Suprunenko Date: Sun, 28 Jul 2019 20:24:39 +0000 (+0000) Subject: Handle 303 redirects X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=02dc651828af00ba88a687570833333d4b939c7e;p=akkoma Handle 303 redirects --- diff --git a/lib/pleroma/http/connection.ex b/lib/pleroma/http/connection.ex index a1460d303..7e2c6f5e8 100644 --- a/lib/pleroma/http/connection.ex +++ b/lib/pleroma/http/connection.ex @@ -11,6 +11,7 @@ defmodule Pleroma.HTTP.Connection do connect_timeout: 10_000, recv_timeout: 20_000, follow_redirect: true, + force_redirect: true, pool: :federation ] @adapter Application.get_env(:tesla, :adapter)