Skip to content

Commit

Permalink
Bump User Agent String to Firefox 108 (#414)
Browse files Browse the repository at this point in the history
* Bump User Agent String to Firefox 108

* Fix User Agent String to look more authentic
  • Loading branch information
scoronado12 authored Dec 27, 2022
1 parent 0149acd commit 68cb5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if (gotTheLock) {

// set user agent to potentially make google fi work
const userAgent =
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0";
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0";

mainWindow.webContents.session.webRequest.onBeforeSendHeaders(
{
Expand Down

0 comments on commit 68cb5e6

Please sign in to comment.