aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorChristoph Settgast <csett86@web.de>2021-12-29 09:25:45 +0100
committerGitHub <noreply@github.com>2021-12-29 09:25:45 +0100
commit8f316d66b8b91aff39b528f4d1398b4decc775fe (patch)
tree438f130d6d89708733483df42536bf2f57ddbd70 /main.js
parentd970d210da6f7967d26fb22fe03d00d7de73cd25 (diff)
cleanup: insertable streams and wasm SIMD are on by default (#693)
insertable streams since M86 according to https://chromestatus.com/feature/6321945865879552 wasm SIMD since M91 according to https://chromestatus.com/feature/6533147810332672 remote module is no longer used/present, thus remove that noop enable as well
Diffstat (limited to 'main.js')
-rw-r--r--main.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.js b/main.js
index 3d9d84f..aa37c04 100644
--- a/main.js
+++ b/main.js
@@ -203,8 +203,7 @@ function createJitsiMeetWindow() {
minHeight: 600,
show: false,
webPreferences: {
- enableBlinkFeatures: 'RTCInsertableStreams,WebAssemblySimd,WebAssemblyCSP',
- enableRemoteModule: true,
+ enableBlinkFeatures: 'WebAssemblyCSP',
contextIsolation: false,
nativeWindowOpen: true,
nodeIntegration: false,