aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/hangouts/index.js
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/hangouts/index.js
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/hangouts/index.js')
-rw-r--r--uncompressed/hangouts/index.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/uncompressed/hangouts/index.js b/uncompressed/hangouts/index.js
index 5390a41..d876475 100644
--- a/uncompressed/hangouts/index.js
+++ b/uncompressed/hangouts/index.js
@@ -1,5 +1,6 @@
1"use strict"; 1module.exports = Franz =>
2 2 class hangouts extends Franz {
3// just pass through Franz 3 overrideUserAgent() {
4module.exports = Franz => Franz; 4 return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0";
5//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImhhbmdvdXRzL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQTtBQUNBQSxPQUFPQyxPQUFQLEdBQWlCQyxTQUFTQSxLQUExQiIsImZpbGUiOiJoYW5nb3V0cy9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8vIGp1c3QgcGFzcyB0aHJvdWdoIEZyYW56XG5tb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 \ No newline at end of file 5 }
6 };