using correct header to use "ALL" x-forwarded-* headers

This commit is contained in:
Chris Fidao 2017-12-19 06:52:00 -06:00
parent 6779a2759e
commit e823795325
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ class TrustProxies extends Middleware
* *
* @var array * @var array
*/ */
protected $headers = Request::HEADER_X_FORWARDED_FOR; protected $headers = Request::HEADER_X_FORWARDED_ALL;
} }