aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/gmail/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:17:54 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:17:54 +0100
commitdbc43bfd258d4d7db25b36895a1bfc202361173b (patch)
tree4ce85b1b97f18e4463ece01fd04f724cfba0fcc6 /uncompressed/gmail/index.js
parent#17 Add MonicaHQ (diff)
downloadferdium-recipes-dbc43bfd258d4d7db25b36895a1bfc202361173b.tar.gz
ferdium-recipes-dbc43bfd258d4d7db25b36895a1bfc202361173b.tar.zst
ferdium-recipes-dbc43bfd258d4d7db25b36895a1bfc202361173b.zip
getferdi/ferdi#320 Update user agents for Google recipes
Diffstat (limited to 'uncompressed/gmail/index.js')
-rw-r--r--uncompressed/gmail/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncompressed/gmail/index.js b/uncompressed/gmail/index.js
index e0d8165..9d9d8d3 100644
--- a/uncompressed/gmail/index.js
+++ b/uncompressed/gmail/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class Gmail extends Franz { 2 class Gmail extends Franz {
3 overrideUserAgent() { 3 overrideUserAgent() {
4 return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"; 4 return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36";
5 } 5 }
6 }; 6 };