mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
socket: added more blacklisted events
This commit is contained in:
@@ -22,7 +22,8 @@ module.exports = exports = Socket;
|
||||
exports.events = [
|
||||
'error',
|
||||
'connect',
|
||||
'disconnect'
|
||||
'disconnect',
|
||||
'newListener'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user