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/skype/package.json | 2 +- recipes/skype/webview.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/skype') 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); -- cgit v1.2.3-70-g09d2