mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +01:00
update user agent
This commit is contained in:
parent
68bbc8434f
commit
77282e7b0f
@ -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:67.0) Gecko/20100101 Firefox/67.0',
|
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0',
|
||||||
});
|
});
|
||||||
|
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
|
Loading…
Reference in New Issue
Block a user