aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/gmail
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/gmail')
-rw-r--r--uncompressed/gmail/index.js2
-rw-r--r--uncompressed/gmail/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/uncompressed/gmail/index.js b/uncompressed/gmail/index.js
index 9d9d8d3..97c6a73 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/74.0.3729.169 Safari/537.36"; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5 } 5 }
6 }; 6 };
diff --git a/uncompressed/gmail/package.json b/uncompressed/gmail/package.json
index bd575b3..0ce9c64 100644
--- a/uncompressed/gmail/package.json
+++ b/uncompressed/gmail/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "gmail", 2 "id": "gmail",
3 "name": "Gmail", 3 "name": "Gmail",
4 "version": "1.2.2", 4 "version": "1.2.3",
5 "description": "Gmail", 5 "description": "Gmail",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",