ソースを参照

Update TrustProxies.php

KIM-JINO5 5 ヶ月 前
コミット
9cdc8d7eb2
1 ファイル変更1 行追加1 行削除
  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.