Przeglądaj źródła

Update TrustProxies.php

KIM-JINO5 5 miesięcy temu
rodzic
commit
9cdc8d7eb2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Http/Middleware/TrustProxies.php

+ 1 - 1
app/Http/Middleware/TrustProxies.php

@@ -12,7 +12,7 @@ class TrustProxies extends Middleware
      *
      * @var array<int, string>|string|null
      */
-    protected $proxies;
+    protected $proxies = '*';
 
     /**
      * The headers that should be used to detect proxies.