From cb6e8a4eaad72a824e12fb1323964dd3b369cb4d Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 16 Jan 2020 12:14:05 -0600 Subject: [PATCH] Don't always explode the TRUST_PROXIES variable --- config/trustedproxy.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/trustedproxy.php b/config/trustedproxy.php index 0a0776ada..1ab2b0926 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -1,5 +1,13 @@ explode(',', env('TRUST_PROXIES', '')), + 'proxies' => $proxies, ];