From faf67a69cb1412ae7fadf0881968bad998032281 Mon Sep 17 00:00:00 2001 From: Seleman Ally Date: Thu, 5 May 2022 12:18:02 +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.