Skip to content

Commit

Permalink
[11.x] Restore Request::HEADER_X_FORWARDED_PREFIX in TrustProxies
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Aug 29, 2024
1 parent b9cf7d3 commit cf6b349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Http/Middleware/TrustProxies.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class TrustProxies
Request::HEADER_X_FORWARDED_HOST |
Request::HEADER_X_FORWARDED_PORT |
Request::HEADER_X_FORWARDED_PROTO |
Request::HEADER_X_FORWARDED_PREFIX |
Request::HEADER_X_FORWARDED_AWS_ELB;

/**
Expand Down

0 comments on commit cf6b349

Please sign in to comment.