Skip to content

Commit bddc49b

Browse files
committed
return sandbox to restrictive settings
1 parent 3f1e1cd commit bddc49b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/sandbox/sandbox.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ class Sandbox {
3333
sandbox,
3434
require: {
3535
external: {
36-
modules: ['debug', '@dataparty/crypto', '@hapi/joi', '@hapi/hoek', ]
36+
modules: ['debug', '@dataparty/crypto', '@hapi/joi', '@hapi/hoek']
3737
},
38-
builtin: ['*'], //! This should be empty typically
39-
import: ['fs', 'readline', 'stream']
38+
//builtin: ['*']
4039
}
4140
})
4241

0 commit comments

Comments
 (0)