fix: remove env $_COOKIE

This commit is contained in:
vnmedeiros 2022-05-23 10:06:06 -03:00
parent 18b0b2a486
commit 7383916f7f
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@
'timeout' => 0.01,
'blocking' => false,
'body' => $this->data,
'cookies' => $_COOKIE,
'sslverify' => apply_filters( 'https_local_ssl_verify', false ),
);
}