fix proxy 3

This commit is contained in:
Александр Бабкин
2022-07-15 17:06:26 +03:00
parent 750425e88f
commit 23578172c0
2 changed files with 1 additions and 13 deletions

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.