summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-12-30 16:53:47 +0000
committerMark Felder <feld@feld.me>2022-12-20 09:55:04 -0500
commit108d917b617a76cda4374868cc86c24d73d98006 (patch)
tree2afef4e83f48ebcffbba3d776c616cbabf81ef5e /config
parent608c964220c362c5f26df88a3a958cced7a2dc58 (diff)
Remove the Hackney follow_redirect
Change the get_media/4 to get_media/3 as we don't need to special case following redirects anymore and we probably should have always been following redirects anyway
Diffstat (limited to 'config')
-rw-r--r--config/config.exs3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.exs b/config/config.exs
index 273027938..fc83e1db3 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -434,9 +434,6 @@ config :pleroma, :media_proxy,
max_body_length: 25 * 1_048_576,
# Note: max_read_duration defaults to Pleroma.ReverseProxy.max_read_duration_default/1
max_read_duration: 30_000,
- http: [
- follow_redirect: true
- ]
],
whitelist: []