Browse Source

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

Allow all for TrustedProxy Middleware.
master
Seleman Ally 3 years ago
parent
commit
b49d8252c3
  1. 2
      glass_report/app/Http/Middleware/TrustProxies.php

2
glass_report/app/Http/Middleware/TrustProxies.php

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

Loading…
Cancel
Save