Skip to content

Commit 505fb52

Browse files
bump user agent for google fi (#395)
1 parent 53f595d commit 505fb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ app.on("ready", () => {
8989
}
9090
// set user agent to potentially make google fi work
9191
const userAgent =
92-
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0";
92+
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0";
9393

9494
mainWindow.webContents.session.webRequest.onBeforeSendHeaders(
9595
{

0 commit comments

Comments
 (0)