diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php index 6a0a1a44..4d7d39c8 100644 --- a/app/Http/Middleware/TrustProxies.php +++ b/app/Http/Middleware/TrustProxies.php @@ -12,7 +12,7 @@ class TrustProxies extends Middleware * * @var array */ - protected $proxies; + protected $proxies = ['192.168.0.0/16', '172.16.0.0/12','10.0.0.0/8']; /** * The current proxy header mappings.