summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it_url.class b/it_url.class
index 87caa33..a324afb 100644
--- a/it_url.class
+++ b/it_url.class
@@ -231,6 +231,7 @@ static function curl_opts($p=array())
$add += [CURLOPT_SSLCERT => $p['sslcert']];
$add += $p['curlinfo'] ? [CURLINFO_HEADER_OUT => 1] : [];
+ $add += [CURLOPT_COOKIEFILE => ""];
if ($p['verbose'] || EDC('curlverbose'))
$add += [ CURLOPT_VERBOSE => true ];