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:
martin scharm 2018-01-17 12:28:47 +01:00
parent ea55f2e11c
commit 213c01d459
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@
}
if (defined('PROXY')) {
$context_options['http']['request_fulluri'] = true;
$context_options['http']['proxy'] = PROXY;
}