From aae794e97465b3cdc5e0643017ba27d688c989ae Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 18 Apr 2022 04:53:29 -0500 Subject: Remove deprecated webPreference flag --- recipes/zoom/package.json | 2 +- recipes/zoom/webview.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/zoom') diff --git a/recipes/zoom/package.json b/recipes/zoom/package.json index 4c7aa8d..f63f768 100644 --- a/recipes/zoom/package.json +++ b/recipes/zoom/package.json @@ -1,7 +1,7 @@ { "id": "zoom", "name": "Zoom", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "config": { "serviceURL": "https://zoom.us/join", diff --git a/recipes/zoom/webview.js b/recipes/zoom/webview.js index 712d216..ab457c1 100644 --- a/recipes/zoom/webview.js +++ b/recipes/zoom/webview.js @@ -52,7 +52,6 @@ module.exports = (Ferdi, settings) => { nativeWindowOpen: true, // TODO: Aren't these needed here? // contextIsolation: false, - // enableRemoteModule: true, }, }); win.loadURL(url); -- cgit v1.2.3-70-g09d2