Skip to content

Commit

Permalink
Modified trust proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkokio committed Dec 8, 2023
1 parent f4ddc36 commit ed835d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Http/Middleware/TrustProxies.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class TrustProxies extends Middleware
*
* @var array<int, string>|string|null
*/
protected $proxies;
protected $proxies = '*';
// from https://stackoverflow.com/questions/74092918/vite-production-error-mixed-content-the-page-at-https-example-herokuapp-com


/**
* The headers that should be used to detect proxies.
Expand Down

0 comments on commit ed835d1

Please sign in to comment.