fix: remove env $_COOKIE
This commit is contained in:
parent
18b0b2a486
commit
7383916f7f
|
@ -130,7 +130,6 @@
|
|||
'timeout' => 0.01,
|
||||
'blocking' => false,
|
||||
'body' => $this->data,
|
||||
'cookies' => $_COOKIE,
|
||||
'sslverify' => apply_filters( 'https_local_ssl_verify', false ),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue