aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pipefy/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pipefy/index.js')
-rw-r--r--recipes/pipefy/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pipefy/index.js b/recipes/pipefy/index.js
index 9e105e9..3dc9471 100644
--- a/recipes/pipefy/index.js
+++ b/recipes/pipefy/index.js
@@ -1,5 +1,5 @@
1module.exports = (Ferdi) => 1module.exports = (Ferdium) =>
2 class Pipefy extends Ferdi { 2 class Pipefy extends Ferdium {
3 overrideUserAgent() { 3 overrideUserAgent() {
4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }