Fix: Set TrustProxies
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Philipp Lang 2023-07-25 12:03:31 +02:00
parent 1583e77756
commit 0c5a3cd27d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class TrustProxies extends Middleware
*
* @var array<int, string>|string|null
*/
protected $proxies;
protected $proxies = '*';
/**
* The headers that should be used to detect proxies.