Fix: 'Cookies must be enabled in your browser!' message on some pages

This commit is contained in:
kse 2020-09-07 16:58:57 +02:00
parent ba8c7c1c84
commit 7f92308f87
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ namespace {
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
curl_setopt($ch, CURLOPT_ENCODING, '');
curl_setopt($ch, CURLOPT_CERTINFO, 1);
curl_setopt($ch, CURLOPT_COOKIEFILE, '');
if (!empty($request_method)) {
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $request_method);