chore: re-enable devtools renderer sandbox (#16864)

* chore: re-enable devtools renderer sandbox

* chore: enable sandbox for chrome extension background script host renderers
This commit is contained in:
Milan Burda 2019-02-15 10:40:32 +01:00 committed by Robo
parent 2498e8d1c2
commit 975a035d34
2 changed files with 1 additions and 9 deletions

View file

@ -92,6 +92,7 @@ const startBackgroundPages = function (manifest) {
partition: 'persist:__chrome_extension',
isBackgroundPage: true,
commandLineSwitches: ['--background-page'],
sandbox: true,
enableRemoteModule: false
})
backgroundPages[manifest.extensionId] = { html: html, webContents: contents, name: name }