forked from AkkomaGang/akkoma
Merge branch 'media-proxy-fix-encoding' into 'develop'
Remove a useless URI.encode call in MediaProxy See merge request pleroma/pleroma!42
This commit is contained in:
commit
ad180ad6dd
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ def remote(conn, %{"sig" => sig, "url" => url}) do
|
|||
with \
|
||||
true <- Keyword.get(config, :enabled, false),
|
||||
{:ok, url} <- Pleroma.Web.MediaProxy.decode_url(sig, url),
|
||||
url = URI.encode(url),
|
||||
{:ok, content_type, body} <- proxy_request(url)
|
||||
do
|
||||
conn
|
||||
|
|
Loading…
Reference in a new issue