Skip to content

Commit 9d8cbcd

Browse files
authored
Merge pull request #87034 from salman90/patch-1
update tutorial-v2-nodejs-desktop.md
2 parents 88bf065 + 8cacfda commit 9d8cbcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/develop/tutorial-v2-nodejs-desktop.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ Create a folder to host your application, for example *ElectronDesktopApp*.
153153
width: 800,
154154
height: 600,
155155
webPreferences: {
156-
nodeIntegration: true
156+
nodeIntegration: true,
157+
contextIsolation: false
157158
}
158159
});
159160

0 commit comments

Comments
 (0)