diff --git a/include/functions.php b/include/functions.php index f58a2fc68..2c6b51337 100644 --- a/include/functions.php +++ b/include/functions.php @@ -496,6 +496,7 @@ } if (defined('PROXY')) { + $context_options['http']['request_fulluri'] = true; $context_options['http']['proxy'] = PROXY; }