Skip to content

Commit

Permalink
Update requests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored Mar 16, 2017
1 parent 2834b3f commit 97c2c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-file-upload/server/lib/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WebApp.connectHandlers.use('/file-upload/', function(req, res, next) {
}
}

res.header('Content-Security-Policy', 'default-src \'none\'');
res.header('Content-Security-Policy', 'default-src \'none\'');

return FileUpload.get(file, req, res, next);
}
Expand Down

0 comments on commit 97c2c22

Please sign in to comment.