aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proton-pass/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/proton-pass/index.js')
-rw-r--r--recipes/proton-pass/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/proton-pass/index.js b/recipes/proton-pass/index.js
new file mode 100644
index 0000000..3ec88c0
--- /dev/null
+++ b/recipes/proton-pass/index.js
@@ -0,0 +1,6 @@
1module.exports = Ferdium =>
2 class ProtonPass extends Ferdium {
3 overrideUserAgent() {
4 return 'Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0';
5 }
6 };