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 --- all.json | 6 +++--- recipes/discord/package.json | 2 +- recipes/discord/webview.js | 1 - recipes/skype/package.json | 2 +- recipes/skype/webview.js | 1 - recipes/zoom/package.json | 2 +- recipes/zoom/webview.js | 1 - 7 files changed, 6 insertions(+), 9 deletions(-) diff --git a/all.json b/all.json index ef2e80c..6189e75 100644 --- a/all.json +++ b/all.json @@ -333,7 +333,7 @@ "featured": true, "id": "discord", "name": "Discord", - "version": "1.5.0", + "version": "1.5.1", "icons": { "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/discord/icon.svg" } @@ -1524,7 +1524,7 @@ "featured": true, "id": "skype", "name": "Skype", - "version": "3.3.0", + "version": "3.3.1", "icons": { "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/skype/icon.svg" } @@ -2100,7 +2100,7 @@ "featured": false, "id": "zoom", "name": "Zoom", - "version": "1.1.0", + "version": "1.1.1", "icons": { "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/zoom/icon.svg" } diff --git a/recipes/discord/package.json b/recipes/discord/package.json index 7477f53..6c61542 100644 --- a/recipes/discord/package.json +++ b/recipes/discord/package.json @@ -1,7 +1,7 @@ { "id": "discord", "name": "Discord", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "config": { "serviceURL": "https://discordapp.com/login", diff --git a/recipes/discord/webview.js b/recipes/discord/webview.js index 712d216..ab457c1 100644 --- a/recipes/discord/webview.js +++ b/recipes/discord/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); diff --git a/recipes/skype/package.json b/recipes/skype/package.json index d89bdec..e519497 100644 --- a/recipes/skype/package.json +++ b/recipes/skype/package.json @@ -1,7 +1,7 @@ { "id": "skype", "name": "Skype", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "config": { "serviceURL": "https://web.skype.com/", diff --git a/recipes/skype/webview.js b/recipes/skype/webview.js index 1e679d1..d7d3ca6 100644 --- a/recipes/skype/webview.js +++ b/recipes/skype/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); 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-54-g00ecf