Skip to content

Commit 2e091d4

Browse files
authored
docs: update fiddles/quick-start to set contextIsolation: false (electron#27970)
1 parent 360d1b2 commit 2e091d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/fiddles/quick-start/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ function createWindow () {
55
width: 800,
66
height: 600,
77
webPreferences: {
8-
nodeIntegration: true
8+
nodeIntegration: true,
9+
contextIsolation: false
910
}
1011
})
1112

0 commit comments

Comments
 (0)