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
4
spec/fixtures/api/mixed-sandbox-app/main.js
vendored
4
spec/fixtures/api/mixed-sandbox-app/main.js
vendored
|
@ -10,10 +10,6 @@ if (process.argv.includes('--app-enable-sandbox')) {
|
|||
app.enableSandbox()
|
||||
}
|
||||
|
||||
if (process.argv.includes('--app-enable-mixed-sandbox')) {
|
||||
app.enableMixedSandbox()
|
||||
}
|
||||
|
||||
let currentWindowSandboxed = false
|
||||
|
||||
app.once('ready', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue