From cc5f3aa9a41138629588b863373351f9ec5bf457 Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 26 Oct 2017 17:26:24 +0200 Subject: set accept encoding option --- it_url.class | 1 + 1 file changed, 1 insertion(+) diff --git a/it_url.class b/it_url.class index 85162db..f5c2ab8 100644 --- a/it_url.class +++ b/it_url.class @@ -209,6 +209,7 @@ static function curl_opts($p=array()) CURLOPT_CUSTOMREQUEST => $p['method'] ?: null, CURLOPT_NOBODY => $p['method'] == 'HEAD', CURLOPT_SAFE_UPLOAD => true, # disable special meaning of @value in POST forms (security) + CURLOPT_ACCEPT_ENCODING => "", # set Header to accept any supported encoding and enable automatic decompression CURLOPT_CAPATH => '/etc/ssl/certs/', CURLOPT_SSL_VERIFYPEER => !$p['allow_insecure_ssl'], -- cgit v1.2.3