aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 04:53:29 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-18 04:53:29 -0500
commitaae794e97465b3cdc5e0643017ba27d688c989ae (patch)
tree59e499a961ad8782f505f9c09fb8ae3354c1cd36 /recipes
parentChange logo with the rebrand from 'Ferdi' to 'Ferdium' (#2) (diff)
downloadferdium-recipes-aae794e97465b3cdc5e0643017ba27d688c989ae.tar.gz
ferdium-recipes-aae794e97465b3cdc5e0643017ba27d688c989ae.tar.zst
ferdium-recipes-aae794e97465b3cdc5e0643017ba27d688c989ae.zip
Remove deprecated webPreference flag
Diffstat (limited to 'recipes')
-rw-r--r--recipes/discord/package.json2
-rw-r--r--recipes/discord/webview.js1
-rw-r--r--recipes/skype/package.json2
-rw-r--r--recipes/skype/webview.js1
-rw-r--r--recipes/zoom/package.json2
-rw-r--r--recipes/zoom/webview.js1
6 files changed, 3 insertions, 6 deletions
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 @@
1{ 1{
2 "id": "discord", 2 "id": "discord",
3 "name": "Discord", 3 "name": "Discord",
4 "version": "1.5.0", 4 "version": "1.5.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://discordapp.com/login", 7 "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) => {
52 nativeWindowOpen: true, 52 nativeWindowOpen: true,
53 // TODO: Aren't these needed here? 53 // TODO: Aren't these needed here?
54 // contextIsolation: false, 54 // contextIsolation: false,
55 // enableRemoteModule: true,
56 }, 55 },
57 }); 56 });
58 win.loadURL(url); 57 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 @@
1{ 1{
2 "id": "skype", 2 "id": "skype",
3 "name": "Skype", 3 "name": "Skype",
4 "version": "3.3.0", 4 "version": "3.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://web.skype.com/", 7 "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) => {
52 nativeWindowOpen: true, 52 nativeWindowOpen: true,
53 // TODO: Aren't these needed here? 53 // TODO: Aren't these needed here?
54 // contextIsolation: false, 54 // contextIsolation: false,
55 // enableRemoteModule: true,
56 } 55 }
57 }); 56 });
58 win.loadURL(url); 57 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 @@
1{ 1{
2 "id": "zoom", 2 "id": "zoom",
3 "name": "Zoom", 3 "name": "Zoom",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://zoom.us/join", 7 "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) => {
52 nativeWindowOpen: true, 52 nativeWindowOpen: true,
53 // TODO: Aren't these needed here? 53 // TODO: Aren't these needed here?
54 // contextIsolation: false, 54 // contextIsolation: false,
55 // enableRemoteModule: true,
56 }, 55 },
57 }); 56 });
58 win.loadURL(url); 57 win.loadURL(url);