Trust all proxies

This commit is contained in:
Adam Lavin 2021-03-29 01:10:05 +01:00
parent 25a2293ccb
commit 6b15f35508
No known key found for this signature in database
GPG key ID: 9C4C68AFA9CA6461

View file

@ -12,7 +12,7 @@ class TrustProxies extends Middleware
* *
* @var array|string|null * @var array|string|null
*/ */
protected $proxies; protected $proxies = '*';
/** /**
* The headers that should be used to detect proxies. * The headers that should be used to detect proxies.