diff --git a/lib/index.js b/lib/index.js index e7316c5..fdf2126 100644 --- a/lib/index.js +++ b/lib/index.js @@ -88,6 +88,7 @@ function electronPrompt(options, parentWindow) { title: options_.title, icon: options_.icon || undefined, webPreferences: { + devTools: false, nodeIntegration: true, contextIsolation: false, },