Skip to content

Commit 48908bb

Browse files
Merge pull request #228 from seatplus/fix/trusted_proxies_setting
use trusted proxies setting
2 parents 158c80e + 9d536c3 commit 48908bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Middleware/TrustProxies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TrustProxies extends Middleware
1212
*
1313
* @var array<int, string>|string|null
1414
*/
15-
protected $proxies;
15+
protected $proxies = '*';
1616

1717
/**
1818
* The headers that should be used to detect proxies.

0 commit comments

Comments
 (0)