Merge pull request #1941 from asonix/asonix/log-preview-media

Don't always explode the TRUST_PROXIES variable
pull/1942/head
daniel 6 years ago committed by GitHub
commit f25c9c2c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,5 +23,5 @@ return [
* how many proxies that client's request has * how many proxies that client's request has
* subsequently passed through. * subsequently passed through.
*/ */
'proxies' => explode(',', env('TRUST_PROXIES', '')), 'proxies' => env('TRUST_PROXIES', ''),
]; ];

Loading…
Cancel
Save