mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Added flash socket globals to globals whitelist.
This commit is contained in:
@@ -105,7 +105,7 @@ module.exports = {
|
||||
|
||||
var io = common.execute(result)
|
||||
, env = common.env()
|
||||
, globals = 0;
|
||||
, allowed = ['io', 'swfobject', 'WEB_SOCKET_DISABLE_AUTO_INITIALIZATION'];
|
||||
|
||||
// allowed globals
|
||||
var allowed = ['io'];
|
||||
|
||||
Reference in New Issue
Block a user