fix: modifying profile edit pages, added trusted proxies

This commit is contained in:
2023-12-16 15:51:30 +00:00
parent 4ba362b4fd
commit a4bd889d23
3 changed files with 30 additions and 25 deletions

View File

@@ -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.