X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/4b5f17e2b3d0851f7f038e84cbcf9b5a97b0e9e9..2efcaf768f68d35872c0d06136279e673128c46f:/src/Tweeper.php diff --git a/src/Tweeper.php b/src/Tweeper.php index 09bd7cc..7ecbf2f 100644 --- a/src/Tweeper.php +++ b/src/Tweeper.php @@ -121,6 +121,7 @@ class Tweeper { CURLOPT_CONNECTTIMEOUT => Tweeper::$maxConnectionTimeout, // Follow http redirects to get the real URL. CURLOPT_FOLLOWLOCATION => TRUE, + CURLOPT_COOKIEFILE => "", CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_SSL_VERIFYHOST => FALSE, CURLOPT_SSL_VERIFYPEER => FALSE,