|
|
@@ -176,10 +176,6 @@ class Request
|
|
|
$this->data['cookie'] = [];
|
|
|
parse_str(preg_replace('/; ?/', '&', $this->header('cookie', '')), $this->data['cookie']);
|
|
|
foreach ($this->data['cookie'] as $key => $value) {
|
|
|
- if ($key[0] ?? '' === '$') {
|
|
|
- unset($this->data['cookie'][$key]);
|
|
|
- continue;
|
|
|
- }
|
|
|
$this->data['cookie'][$key] = trim($value, '"');
|
|
|
}
|
|
|
}
|