diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/config.exs b/config/config.exs index d81dfcf83..4df949689 100644 --- a/config/config.exs +++ b/config/config.exs @@ -437,9 +437,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: [] |