mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 06:55:57 +00:00
some proxies require request_fulluri set to true [see #36]
at least polipo won't work for plain HTTP URLs (HTTPS strangely also works without `request_fulluri`..?) see https://git.tt-rss.org/git/tt-rss/pulls/36
This commit is contained in:
@@ -496,6 +496,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (defined('PROXY')) {
|
if (defined('PROXY')) {
|
||||||
|
$context_options['http']['request_fulluri'] = true;
|
||||||
$context_options['http']['proxy'] = PROXY;
|
$context_options['http']['proxy'] = PROXY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user