aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2021-03-03 17:17:33 +0100
committerSaúl Ibarra Corretgé <s@saghul.net>2021-03-03 19:51:40 +0100
commitb1e73df410db65769872a64176d4b41b3ee82a3b (patch)
treec2cc8862e85b77871d6f9aa2ae401ec5090c879b /main.js
parenta64241731d4d466cd097b8de3884b22f56728402 (diff)
Update Electron to version 12.0.0
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')