Skip to content

Commit

Permalink
chore: enable sandbox for chrome extension background script host ren…
Browse files Browse the repository at this point in the history
…derers
  • Loading branch information
miniak committed Feb 14, 2019
1 parent 92a34af commit 4ba455f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/browser/chrome-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4ba455f

Please sign in to comment.