Skip to content

Commit

Permalink
Merge pull request #1941 from asonix/asonix/log-preview-media
Browse files Browse the repository at this point in the history
Don't always explode the TRUST_PROXIES variable
  • Loading branch information
dansup committed Jan 17, 2020
2 parents 8360aa4 + 64af65e commit f25c9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/trustedproxy.php
Expand Up @@ -23,5 +23,5 @@
* how many proxies that client's request has
* subsequently passed through.
*/
'proxies' => explode(',', env('TRUST_PROXIES', '')),
'proxies' => env('TRUST_PROXIES', ''),
];

0 comments on commit f25c9c2

Please sign in to comment.