Fix: set trusted proxies to * to resolve 419 CSRF error behind Ingress

This commit is contained in:
2026-08-30 14:44:06 +07:00
parent 57dddbc7d4
commit 04814c2757
+1 -1
View File
@@ -12,7 +12,7 @@ class TrustProxies extends Middleware
* *
* @var array|string|null * @var array|string|null
*/ */
protected $proxies; protected $proxies = '*';
/** /**
* The headers that should be used to detect proxies. * The headers that should be used to detect proxies.