Update 'glass_report/app/Http/Middleware/TrustProxies.php'

Allow all for TrustedProxy Middleware.
This commit is contained in:
2022-05-05 12:07:51 +00:00
parent b58ad2d155
commit b49d8252c3

View File

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