From 091a8b567a09e845cda9ebf0d8174afb81b3430c Mon Sep 17 00:00:00 2001 From: pand03 Date: Wed, 4 Feb 2026 11:33:01 +0700 Subject: [PATCH] add parameter proxies --- app/Http/Middleware/TrustProxies.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 3391630..31d3639 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -12,7 +12,8 @@ class TrustProxies extends Middleware * * @var array|string|null */ - protected $proxies; + // protected $proxies; + protected $proxies = '*'; /** * The headers that should be used to detect proxies.