Skip to content

Commit

Permalink
Merge pull request #208 from trofim24/patch-1
Browse files Browse the repository at this point in the history
Pass some custom header.
  • Loading branch information
brycekahle committed Oct 12, 2017
2 parents d7bf959 + d2ac99d commit 50777ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transport.coffee
Expand Up @@ -131,6 +131,7 @@ class Session

headers = {}
for key in ['referer', 'x-client-ip', 'x-forwarded-for', \
'x-forwarded-host', 'x-forwarded-port', \
'x-cluster-client-ip', 'via', 'x-real-ip', \
'x-forwarded-proto', 'x-ssl', \
'host', 'user-agent', 'accept-language']
Expand Down

0 comments on commit 50777ba

Please sign in to comment.