From 26cb9af5fcc87b86556af9b0277aeafd73bc3859 Mon Sep 17 00:00:00 2001 From: jadessoriano Date: Tue, 22 Jun 2021 23:50:41 +0800 Subject: [PATCH] trust 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 a3b6aef..55ba9fc 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.