aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/msteams/index.js')
-rw-r--r--recipes/msteams/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/msteams/index.js b/recipes/msteams/index.js
index 941db72..c8cdc38 100644
--- a/recipes/msteams/index.js
+++ b/recipes/msteams/index.js
@@ -1,6 +1,6 @@
1module.exports = Ferdi => class MicrosoftTeams extends Ferdi { 1module.exports = Ferdium => class MicrosoftTeams extends Ferdium {
2 overrideUserAgent() { 2 overrideUserAgent() {
3 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').trim(); 3 return window.navigator.userAgent.replace(/(Ferdium|Electron)\/\S+ \([^)]+\)/g, '').trim();
4 } 4 }
5 5
6 // TODO: Commenting out since this can expose the user to a MITM attack. Before this can be turned on, we will need to put in some safeguards/warnings that the user can explicitly accept the security ramifications 6 // TODO: Commenting out since this can expose the user to a MITM attack. Before this can be turned on, we will need to put in some safeguards/warnings that the user can explicitly accept the security ramifications