aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googlecalendar
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 19:56:42 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 19:56:42 +0100
commit6ff794422f296f5370299e497792ee91eccb8dc6 (patch)
treecde1c0dd3a06bb90b4750109f3d1b86615b42e39 /uncompressed/googlecalendar
parentgetferdi/ferdi#320 Update user agents for Google recipes (diff)
downloadferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.tar.gz
ferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.tar.zst
ferdium-recipes-6ff794422f296f5370299e497792ee91eccb8dc6.zip
Replace Google Service User Agents
Diffstat (limited to 'uncompressed/googlecalendar')
-rw-r--r--uncompressed/googlecalendar/index.js2
-rw-r--r--uncompressed/googlecalendar/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/uncompressed/googlecalendar/index.js b/uncompressed/googlecalendar/index.js
index fda5f87..5416ca3 100644
--- a/uncompressed/googlecalendar/index.js
+++ b/uncompressed/googlecalendar/index.js
@@ -1,6 +1,6 @@
1module.exports = Franz => 1module.exports = Franz =>
2 class googlecalendar extends Franz { 2 class googlecalendar 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/googlecalendar/package.json b/uncompressed/googlecalendar/package.json
index 8673ec7..3a5a17b 100644
--- a/uncompressed/googlecalendar/package.json
+++ b/uncompressed/googlecalendar/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Google Calendar", 5 "description": "Google Calendar",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Rico Herwig <rherwig4711@gmail.com>", 7 "author": "Rico Herwig <rherwig4711@gmail.com>",