diff --git a/config/trustedproxy.php b/config/trustedproxy.php new file mode 100644 index 00000000..09cfbbd8 --- /dev/null +++ b/config/trustedproxy.php @@ -0,0 +1,7 @@ + ! is_string(env('TRUSTED_PROXIES', null)) ? [] : explode(',', env('TRUSTED_PROXIES')), +];