aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/outlook/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-29 11:06:10 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-29 11:07:31 +0530
commit7576ea7f6b6f68d3e19474be06b38123d918ee5d (patch)
tree5ddde7141122d532749582c498cf5b350995ce64 /recipes/outlook/index.js
parentNew recipe: aws (amazon web services) (#643) (diff)
downloadferdium-recipes-7576ea7f6b6f68d3e19474be06b38123d918ee5d.tar.gz
ferdium-recipes-7576ea7f6b6f68d3e19474be06b38123d918ee5d.tar.zst
ferdium-recipes-7576ea7f6b6f68d3e19474be06b38123d918ee5d.zip
cleanup: Remove duplicated recipes for Outlook Web App and Enterprise OWA. Fixes #523
Diffstat (limited to 'recipes/outlook/index.js')
-rw-r--r--recipes/outlook/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/outlook/index.js b/recipes/outlook/index.js
deleted file mode 100644
index 89568a6..0000000
--- a/recipes/outlook/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
1module.exports = Ferdi => class Outlook extends Ferdi {
2 overrideUserAgent() {
3 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').trim();
4 }
5};