mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-05 19:16:27 +02:00
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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user