Add private subnets to trusted proxies for reverse proxy use
This commit is contained in:
parent
4980bfab12
commit
dd2ca62eaf
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue