diff options
| author | 2015-07-12 12:16:56 +0200 | |
|---|---|---|
| committer | 2015-07-12 12:16:56 +0200 | |
| commit | fa432755cc9d0cc71be54d463bdfb7558d62c5f1 (patch) | |
| tree | 0e7df2901ae930031663d5fed8eb9a7b993456d9 /lib/SimplePie | |
| parent | 1f07bd2cdd4361a36359ae73bdcf0b5ecbea8f0a (diff) | |
Implement cURL options
https://github.com/FreshRSS/FreshRSS/issues/897
Requires that https://github.com/FreshRSS/FreshRSS/pull/898 is merged
first.
Diffstat (limited to 'lib/SimplePie')
| -rw-r--r-- | lib/SimplePie/SimplePie/File.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/SimplePie/SimplePie/File.php b/lib/SimplePie/SimplePie/File.php index 1f9e3d502..90dac790a 100644 --- a/lib/SimplePie/SimplePie/File.php +++ b/lib/SimplePie/SimplePie/File.php @@ -113,7 +113,6 @@ class SimplePie_File curl_setopt($fp, CURLOPT_REFERER, $url); curl_setopt($fp, CURLOPT_USERAGENT, $useragent); curl_setopt($fp, CURLOPT_HTTPHEADER, $headers2); - curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, false); //FreshRSS if (!ini_get('open_basedir') && !ini_get('safe_mode') && version_compare(SimplePie_Misc::get_curl_version(), '7.15.2', '>=')) { curl_setopt($fp, CURLOPT_FOLLOWLOCATION, 1); |
