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