From feac0feaebe1031db9ebc8b1b0c70f68c15968ff Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Wed, 16 Sep 2026 22:41:03 +0200 Subject: [PATCH] Trust proxies --- bootstrap/app.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index e480377..fb06c3b 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -23,6 +23,9 @@ return Application::configure(basePath: dirname(__DIR__)) HandleInertiaRequests::class, AddLinkHeadersForPreloadedAssets::class, ]); + $middleware->trustProxies(at: [ + '*' + ]); }) ->withExceptions(function (Exceptions $exceptions): void { //