Skip to content

Commit

Permalink
Merge pull request #1 from matt-hammond-bbc/cors
Browse files Browse the repository at this point in the history
Bugfix: #4
  • Loading branch information
Matt Hammond committed Apr 19, 2016
2 parents 863a2b8 + 614fa96 commit 7b96b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hbbtv-dial-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ var HbbTVDialServer = function (expressApp, isCsLauncher) {
port: port,
manufacturer: MANUFACTURER,
modelName: MODEL_NAME,
cors_allow_origin: "*",
delegate: {
getApp: function(appName){
var app = apps[appName];
Expand Down

0 comments on commit 7b96b61

Please sign in to comment.