Skip to content

Commit

Permalink
Set TrustedProxies to allow all
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jun 21, 2020
1 parent e40a539 commit 5299c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VaporServiceProvider.php
Expand Up @@ -122,7 +122,7 @@ protected function ensureMixIsConfigured()
*/
private function configureTrustedProxy()
{
Config::set('trustedproxy.proxies', '*');
Config::set('trustedproxy.proxies', ['0.0.0.0/0', '2000:0:0:0:0:0:0:0/3']);
}

/**
Expand Down

0 comments on commit 5299c72

Please sign in to comment.