From b49d8252c312c303cd9c26fcb0b52db1dfc0aa4d Mon Sep 17 00:00:00 2001 From: Seleman Ally Date: Thu, 5 May 2022 12:07:51 +0000 Subject: [PATCH] Update 'glass_report/app/Http/Middleware/TrustProxies.php' Allow all for TrustedProxy Middleware. --- glass_report/app/Http/Middleware/TrustProxies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.