Revert "ELECTRON-430: Enable context isolation" (#355)

This commit is contained in:
Vishwas Shashidhar
2018-05-03 12:23:01 +05:30
committed by GitHub
parent b1196a74d2
commit 25c59230f1
6 changed files with 0 additions and 6 deletions

View File

@@ -136,7 +136,6 @@ let config = {
transparent: true,
acceptFirstMouse: true,
webPreferences: {
contextIsolation: true,
preload: path.join(__dirname, 'electron-notify-preload.js'),
sandbox: sandboxed,
nodeIntegration: isNodeEnv