We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 158c80e + 9d536c3 commit 48908bbCopy full SHA for 48908bb
1 file changed
app/Http/Middleware/TrustProxies.php
@@ -12,7 +12,7 @@ class TrustProxies extends Middleware
12
*
13
* @var array<int, string>|string|null
14
*/
15
- protected $proxies;
+ protected $proxies = '*';
16
17
/**
18
* The headers that should be used to detect proxies.
0 commit comments