feat: add trust proxy

This commit is contained in:
Supan Adit Pratama 2022-04-15 10:31:42 +07:00
parent e506d952a2
commit bdf4a79401

View File

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