aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'main.js')
-rw-r--r--main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.js b/main.js
index 6cc460f..f39a14c 100644
--- a/main.js
+++ b/main.js
@@ -194,6 +194,7 @@ function createJitsiMeetWindow() {
webPreferences: {
enableBlinkFeatures: 'RTCInsertableStreams,WebAssemblySimd',
enableRemoteModule: true,
+ contextIsolation: false,
nativeWindowOpen: true,
nodeIntegration: false,
preload: path.resolve(basePath, './build/preload.js')