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:
parent
2498e8d1c2
commit
975a035d34
2 changed files with 1 additions and 9 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue