Skip to content

Commit 102747a

Browse files
committed
Enable context isolation
1 parent c3d4829 commit 102747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function createWindow () {
99
height: 900,
1010
webPreferences: {
1111
devTools: true,
12-
contextIsolation: false,
12+
contextIsolation: true,
1313
sandbox: true,
1414
}
1515
})

0 commit comments

Comments
 (0)