aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/skype/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2020-10-02 23:43:34 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2020-10-03 12:19:00 +0200
commitab94de44b9fbf8da261c98ab95b49cba2050df70 (patch)
treecd9119e08ad6dd5418700df50c434088e52cb80c /recipes/skype/package.json
parentUpdate user agent for OWA and Outlook (#302) (diff)
downloadferdium-recipes-ab94de44b9fbf8da261c98ab95b49cba2050df70.tar.gz
ferdium-recipes-ab94de44b9fbf8da261c98ab95b49cba2050df70.tar.zst
ferdium-recipes-ab94de44b9fbf8da261c98ab95b49cba2050df70.zip
Spoof Chrome plugins for Skype
Skype for Web requires either Chrome or Edge, but refuses to cooperate with Chromium. The detection of (non-)Chromium is based on navigator.plugins: https://github.com/Eloston/ungoogled-chromium/issues/1010#issuecomment-643740388 Since we cannot rebuild Chromium to report a different plugin identity, we instead patch Plugins.prototype to do the spoofing. Closes https://github.com/getferdi/ferdi/issues/973
Diffstat (limited to 'recipes/skype/package.json')
-rw-r--r--recipes/skype/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/skype/package.json b/recipes/skype/package.json
index 93043cc..8d9d5af 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": "2.0.0", 4 "version": "2.1.0",
5 "description": "Skype", 5 "description": "Skype",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",