mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
bump user agent version for desktop
This commit is contained in:
@@ -121,7 +121,7 @@ export class WindowMain {
|
|||||||
pathname: path.join(__dirname, '/index.html'),
|
pathname: path.join(__dirname, '/index.html'),
|
||||||
slashes: true,
|
slashes: true,
|
||||||
}), {
|
}), {
|
||||||
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0',
|
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0',
|
||||||
});
|
});
|
||||||
|
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
|
|||||||
Reference in New Issue
Block a user