Skip to content

Commit

Permalink
Updated User-Agent for Google Accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRoebert committed Mar 16, 2024
1 parent d99351f commit f676fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ app.on('web-contents-created', (event, contents) => {
},
(details, callback) => {
details.requestHeaders['User-Agent'] =
'Mozilla/5.0 (X11; Linux x86_64; rv:115.0) Gecko/20100101 Firefox/115.0';
'Mozilla/5.0 (X11; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0';
callback({ requestHeaders: details.requestHeaders });
}
);
Expand Down

0 comments on commit f676fc3

Please sign in to comment.