diff --git a/config/trustedproxy.php b/config/trustedproxy.php index e95530f251e8..d6b0b3de38c6 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -23,7 +23,7 @@ | within TrustedProxy to trust any proxy; a requirement when you cannot | know the address of your proxy (e.g. if using Rackspace balancers). | - | By default, we are trusting CloudFlare only. + | By default, we are trusting local IPs and CloudFlare only. | */ @@ -50,6 +50,12 @@ '2803:f800::/32', '2c0f:f248::/32', '2a06:98c0::/29', + + # Local IPs + '10.0.0.0/8', + '172.16.0.0/12', + '192.168.0.0/16', + 'fc00::/7', ], /*