Skip to content

Commit

Permalink
Merge pull request fideloper#121 from djallits/patch-1
Browse files Browse the repository at this point in the history
Fixes for no_trailing_whitespace_in_comment
  • Loading branch information
fideloper authored Feb 17, 2019
2 parents 177c79a + 9695ac5 commit 2585e8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/trustedproxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@

/*
* Which headers to use to detect proxy related data (For, Host, Proto, Port)
*
*
* Options include:
*
*
* - Illuminate\Http\Request::HEADER_X_FORWARDED_ALL (use all x-forwarded-* headers to establish trust)
* - Illuminate\Http\Request::HEADER_FORWARDED (use the FORWARDED header to establish trust)
* - Illuminate\Http\Request::HEADER_X_FORWARDED_AWS_ELB (If you are using AWS Elastic Load Balancer)
*
* - 'HEADER_X_FORWARDED_ALL' (use all x-forwarded-* headers to establish trust)
* - 'HEADER_FORWARDED' (use the FORWARDED header to establish trust)
* - 'HEADER_X_FORWARDED_AWS_ELB' (If you are using AWS Elastic Load Balancer)
*
*
* @link https://symfony.com/doc/current/deployment/proxies.html
*/
'headers' => Illuminate\Http\Request::HEADER_X_FORWARDED_ALL,
Expand Down

0 comments on commit 2585e8e

Please sign in to comment.