]> git.mxchange.org Git - friendica.git/commitdiff
reverse change in proxy.php (issue with proxied images is within c#/uwp of windows...
authorgerhard6380 <gerhard@seeber.at>
Tue, 22 Nov 2016 23:14:45 +0000 (00:14 +0100)
committergerhard6380 <gerhard@seeber.at>
Tue, 22 Nov 2016 23:14:45 +0000 (00:14 +0100)
mod/proxy.php

index 2cc798cdcad24de49b1cf4de494b595c61e046ad..abcaf4912798830546409ef6d16876bea9f3db96 100644 (file)
@@ -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