Skip to content

Commit

Permalink
Auto commit for release 'develop' on 2025-02-25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 25, 2025
1 parent 7061a1a commit 934060f
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 646 deletions.
12 changes: 6 additions & 6 deletions .ci/php-cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/Http/Middleware/TrustProxies.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ class TrustProxies extends Middleware
* @var int
*/
protected $headers
= RequestAlias::HEADER_X_FORWARDED_FOR |
RequestAlias::HEADER_X_FORWARDED_HOST |
RequestAlias::HEADER_X_FORWARDED_PORT |
RequestAlias::HEADER_X_FORWARDED_PROTO |
RequestAlias::HEADER_X_FORWARDED_AWS_ELB;
= RequestAlias::HEADER_X_FORWARDED_FOR
| RequestAlias::HEADER_X_FORWARDED_HOST
| RequestAlias::HEADER_X_FORWARDED_PORT
| RequestAlias::HEADER_X_FORWARDED_PROTO
| RequestAlias::HEADER_X_FORWARDED_AWS_ELB;

/**
* The trusted proxies for this application.
Expand Down
Loading

0 comments on commit 934060f

Please sign in to comment.