From 595e7a65311dbafe5d8eb9d24744b501950433c0 Mon Sep 17 00:00:00 2001 From: Kwesi Banson Jnr Date: Thu, 2 Apr 2026 16:03:49 +0000 Subject: [PATCH] added trusted proxies middleware fix SSL issues on production --- app/Http/Middleware/TrustProxies.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 app/Http/Middleware/TrustProxies.php diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php new file mode 100644 index 0000000..eb63f07 --- /dev/null +++ b/app/Http/Middleware/TrustProxies.php @@ -0,0 +1,27 @@ +