diff --git a/config/express.js b/config/express.js index be85e5bafa..5e2e8bb107 100755 --- a/config/express.js +++ b/config/express.js @@ -79,9 +79,6 @@ module.exports = function(db) { app.use(bodyParser.json()); app.use(methodOverride()); - // JSONP is disabled by default - // app.enable('jsonp callback'); - // CookieParser should be above session app.use(cookieParser());