We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f595d commit 505fb52Copy full SHA for 505fb52
src/background.ts
@@ -89,7 +89,7 @@ app.on("ready", () => {
89
}
90
// set user agent to potentially make google fi work
91
const userAgent =
92
- "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0";
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0";
93
94
mainWindow.webContents.session.webRequest.onBeforeSendHeaders(
95
{
0 commit comments