Skip to content

Commit

Permalink
Add User-Agent token to allowed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe authored and Joe committed Aug 11, 2018
1 parent 030a0ec commit fb174a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function (provider, logger) {
// do whatever we need to in order to respond to this request.

var headers = {
"Access-Control-Allow-Headers": "Origin, X-Requested-With, Content-Type, Accept",
"Access-Control-Allow-Headers": "Origin, X-Requested-With, Content-Type, Accept, User-Agent",
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "*"
};
Expand Down

0 comments on commit fb174a4

Please sign in to comment.