Merge branch 'develop' into feature/digest-email
[akkoma] / lib / pleroma / http / connection.ex
index a1460d3038af6bae452259f50e2972e4925e51f4..7e2c6f5e8207e7b9b413d408b8e4f892f0fc83cb 100644 (file)
@@ -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)