reverse change in proxy.php (issue with proxied images is within c#/uwp of windows, not in Friendica server)
This commit is contained in:
parent
41ab4479fa
commit
a0a26a830f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue