From 0c5a3cd27daa8e17fbf495265d5d51a9dd06c1bd Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Tue, 25 Jul 2023 12:03:31 +0200 Subject: [PATCH] Fix: Set TrustProxies --- app/Http/Middleware/TrustProxies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 3391630e..559dd2fc 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/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.