1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 02:01:29 +00:00
martin scharm ea55f2e11c Add proper support for proxies
There are situations where you want tt-rss to use a proxy (e.g.
because of network restrictions, or privacy concerns).
tt-rss already comes with an undocumented `_CURL_HTTP_PROXY`
variable (see eg https://binfalse.de/2015/05/06/ttrss-with-proxy/),
however that won't have an effect when, for example, php-curl is
not installed, see
c30f5e1811/include/functions.php (L377)
In this case it would use the `file_get_contents` with a stream
context without a proxy definition:
c30f5e1811/include/functions.php (L487)

Here I propose to properly support proxies, and I introduced a
`PROXY` variable, that is respected in both scenarios, with and
without curl installed.
2018-01-14 00:30:22 +01:00
2017-12-13 20:17:19 +03:00
2018-01-14 00:30:22 +01:00
2017-05-16 10:41:20 +03:00
2017-12-11 19:06:22 +03:00
2016-05-13 09:10:54 +03:00
2018-01-01 18:59:28 -05:00
2016-05-13 09:10:54 +03:00
2017-05-04 15:57:40 +03:00
2017-12-03 14:19:56 +03:00
2017-04-26 21:15:43 +03:00
2015-07-07 14:23:18 +03:00
2018-01-14 00:30:22 +01:00
2017-07-16 20:41:05 +03:00
2017-04-22 15:42:34 +03:00
2017-12-05 07:09:01 +03:00
2017-12-11 19:06:22 +03:00
2017-12-02 11:42:42 +03:00
2017-12-05 07:09:01 +03:00
2015-07-26 10:30:02 +03:00

Tiny Tiny RSS

Web-based news feed aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

http://tt-rss.org

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2005 Andrew Dolgov (unless explicitly stated otherwise).

Uses Silk icons by Mark James: http://www.famfamfam.com/lab/icons/silk/

Description
No description provided
Readme 112 MiB
Languages
Modelica 36.2%
PHP 29.5%
JavaScript 13.7%
CSS 10.6%
Less 5.8%
Other 4.1%