Respect Forwarded-For headers
This commit is contained in:
parent
dbc1ebbb5c
commit
d441b90bda
11 changed files with 355 additions and 43 deletions
|
|
@ -208,7 +208,7 @@ return [
|
|||
],
|
||||
Cookie::class => [
|
||||
'constructParams' => [
|
||||
$_SERVER, $_COOKIE
|
||||
$_COOKIE
|
||||
],
|
||||
],
|
||||
ICanWriteToStorage::class => [
|
||||
|
|
@ -238,4 +238,9 @@ return [
|
|||
$_SERVER
|
||||
],
|
||||
],
|
||||
App\Request::class => [
|
||||
'constructParams' => [
|
||||
$_SERVER
|
||||
],
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue