Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavenko committed Jun 22, 2019
1 parent 0d5d70c commit 2abaa78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var serverOptions = {
// Do not add X-Forwarded-For, etc. headers, because Heroku already adds it.
xfwd: false,
},
}
};
var setUserAgent = process.env.CORSANYWHERE_USERAGENT;
if (setUserAgent) {
serverOptions.setHeaders = {
Expand Down

0 comments on commit 2abaa78

Please sign in to comment.