From a0a26a830fa4b3ad405c2c4be534f548f5acbcfa Mon Sep 17 00:00:00 2001 From: gerhard6380 Date: Wed, 23 Nov 2016 00:14:45 +0100 Subject: [PATCH] reverse change in proxy.php (issue with proxied images is within c#/uwp of windows, not in Friendica server) --- mod/proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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