From: gerhard6380 Date: Tue, 22 Nov 2016 23:14:45 +0000 (+0100) Subject: reverse change in proxy.php (issue with proxied images is within c#/uwp of windows... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a0a26a830fa4b3ad405c2c4be534f548f5acbcfa;p=friendica.git reverse change in proxy.php (issue with proxied images is within c#/uwp of windows, not in Friendica server) --- diff --git a/mod/proxy.php b/mod/proxy.php index 2cc798cdca..abcaf49127 100644 --- a/mod/proxy.php +++ b/mod/proxy.php @@ -248,7 +248,7 @@ function proxy_url($url, $writemode = false, $size = "") { return($url); } - if (get_config("system", "proxy_disabled") || $a->module == "api") + if (get_config("system", "proxy_disabled")) return($url); // Creating a sub directory to reduce the amount of files in the cache directory