Don't expose "global" when node integration is off
This commit is contained in:
parent
346fb745f2
commit
096439dce7
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ else
|
||||||
delete global.process
|
delete global.process
|
||||||
delete global.setImmediate
|
delete global.setImmediate
|
||||||
delete global.clearImmediate
|
delete global.clearImmediate
|
||||||
|
delete global.global
|
||||||
|
|
||||||
# Load the script specfied by the "preload" attribute.
|
# Load the script specfied by the "preload" attribute.
|
||||||
if preloadScript
|
if preloadScript
|
||||||
|
|
Loading…
Reference in a new issue