1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 20:35:56 +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:
martin scharm
2018-01-17 12:28:47 +01:00
parent ea55f2e11c
commit 213c01d459

View File

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