Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
removing the comment too, it may be confusing to think it should just…
Browse files Browse the repository at this point in the history
… be enabled for JSONP to be globally enabled which isnt true
  • Loading branch information
lirantal committed Oct 15, 2014
1 parent 6298e35 commit e29ee6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit e29ee6f

Please sign in to comment.