默认信任所有代理

This commit is contained in:
Wisp X 2022-04-19 17:10:11 +08:00
parent 8d266b3d5a
commit 1f826fd652

View File

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