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
This commit is contained in:
Christoph Settgast 2021-12-29 09:25:45 +01:00 committed by GitHub
parent d970d210da
commit 8f316d66b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,