Added flash socket globals to globals whitelist.

This commit is contained in:
Guillermo Rauch
2011-06-18 15:35:35 -03:00
parent 34634edf31
commit 95025dcf97

View File

@@ -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'];