Skip to content

Commit

Permalink
enable mixed-sandbox in the test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Nov 9, 2018
1 parent 5dab7f8 commit 5cc7f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ v8.setFlagsFromString('--expose_gc')
app.commandLine.appendSwitch('js-flags', '--expose_gc')
app.commandLine.appendSwitch('ignore-certificate-errors')
app.commandLine.appendSwitch('disable-renderer-backgrounding')
app.enableMixedSandbox()

// Disable security warnings (the security warnings test will enable them)
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = true
Expand Down

0 comments on commit 5cc7f61

Please sign in to comment.