diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 3391630..31d3639 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -12,7 +12,8 @@ class TrustProxies extends Middleware * * @var array|string|null */ - protected $proxies; + // protected $proxies; + protected $proxies = '*'; /** * The headers that should be used to detect proxies.