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

Allow all for TrustedProxy Middleware.
This commit is contained in:
2022-05-05 12:18:02 +00:00
parent aea921a96e
commit faf67a69cb

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.