From 77282e7b0fe82aa4332304d9be037627be511bcb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 13 Dec 2019 22:48:18 -0500 Subject: [PATCH] update user agent --- src/electron/window.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/electron/window.main.ts b/src/electron/window.main.ts index f57dc4154be..96d59ddf7e4 100644 --- a/src/electron/window.main.ts +++ b/src/electron/window.main.ts @@ -121,7 +121,7 @@ export class WindowMain { pathname: path.join(__dirname, '/index.html'), slashes: true, }), { - userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0', + userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0', }); // Open the DevTools.