From e8f38b0bcefcaafc28d84f67636e1be22567e023 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 17 Nov 2022 18:31:00 +0100 Subject: [PATCH] bootstrap/app.php: make sure we load the trustedproxy config. --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index 8fc8c4d..329d416 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -60,6 +60,7 @@ $app->singleton( */ $app->configure('app'); +$app->configure('trustedproxy'); /* |--------------------------------------------------------------------------