removing the comment too, it may be confusing to think it should just be enabled for JSONP to be globally enabled which isnt true

This commit is contained in:
Liran Tal
2014-10-15 12:43:38 +03:00
parent 6298e35a5b
commit e29ee6fbc1

View File

@@ -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());