diff --git a/docs/tutorial/sandbox.md b/docs/tutorial/sandbox.md index 55a9b6ed2ed6..472b1900efe2 100644 --- a/docs/tutorial/sandbox.md +++ b/docs/tutorial/sandbox.md @@ -84,7 +84,7 @@ the `sandbox: false` preference in the [`BrowserWindow`][browser-window] constru app.whenReady().then(() => { const win = new BrowserWindow({ webPreferences: { - sandbox: true + sandbox: false } }) win.loadURL('https://google.com')