From c83e876693bdb71c66418c13f5e09dfdaef24478 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Thu, 18 Jun 2020 16:00:16 +0100 Subject: Init laravel --- app/Http/Middleware/TrustProxies.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/Http/Middleware/TrustProxies.php (limited to '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..14befce --- /dev/null +++ b/app/Http/Middleware/TrustProxies.php @@ -0,0 +1,23 @@ +