This commit is contained in:
2026-04-06 19:18:08 +05:00
parent fd001421ce
commit 36605a946e
4 changed files with 100 additions and 2 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.