diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2021-03-03 17:17:33 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-03-03 19:51:40 +0100 |
commit | b1e73df410db65769872a64176d4b41b3ee82a3b (patch) | |
tree | c2cc8862e85b77871d6f9aa2ae401ec5090c879b /main.js | |
parent | a64241731d4d466cd097b8de3884b22f56728402 (diff) |
Update Electron to version 12.0.0
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |