From 823f0e01da0778b8a3e78570e7c7288345cbfa02 Mon Sep 17 00:00:00 2001 From: Fernando <82854646+FernandosPerez@users.noreply.github.com> Date: Sat, 9 May 2026 00:39:34 -0600 Subject: [PATCH] Trust all proxies in middleware configuration --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index f24e3797..f2591880 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -13,7 +13,7 @@ return Application::configure(basePath: dirname(__DIR__)) health: '/up', ) ->withMiddleware(function (Middleware $middleware): void { - // + $middleware->trustProxies(at: '*'); }) ->withExceptions(function (Exceptions $exceptions): void { //