feat: enable mixed-sandbox mode by default (#15894)
This commit is contained in:
parent
1918e76913
commit
92b9525cfd
12 changed files with 15 additions and 91 deletions
|
@ -1873,7 +1873,6 @@ describe('BrowserWindow module', () => {
|
|||
|
||||
it('validates process APIs access in sandboxed renderer', (done) => {
|
||||
ipcMain.once('answer', function (event, test) {
|
||||
assert.strictEqual(test.pid, w.webContents.getOSProcessId())
|
||||
assert.strictEqual(test.arch, remote.process.arch)
|
||||
assert.strictEqual(test.platform, remote.process.platform)
|
||||
assert.deepStrictEqual(...resolveGetters(test.env, remote.process.env))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue