From ad040a0b111539d6cdc4922539d550e21500be04 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 4 May 2020 07:44:19 +0000 Subject: set CURLOPT_ENCODING in z_post_url() --- include/network.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index 29c5bbcb9..80d19797b 100644 --- a/include/network.php +++ b/include/network.php @@ -258,6 +258,7 @@ function z_post_url($url, $params, $redirects = 0, $opts = array()) { @curl_setopt($ch, CURLOPT_POST,1); @curl_setopt($ch, CURLOPT_POSTFIELDS,$params); @curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; zot)"); + @curl_setopt($ch, CURLOPT_ENCODING, ''); $ciphers = @get_config('system','curl_ssl_ciphers'); if($ciphers) -- cgit v1.2.3