From 3f310f9284ea0f45139dfe06461974e4cdd51797 Mon Sep 17 00:00:00 2001 From: cirolosapio-accenture <118544403+cirolosapio-accenture@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:29:24 +0000 Subject: [PATCH] trust all proxies --- 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 3391630..559dd2f 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.