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