1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

anonymize user agent from desktop app

This commit is contained in:
Kyle Spearrin 2019-06-19 16:43:08 -04:00
parent 8375f7381a
commit 740c01c33c

View File

@ -116,7 +116,9 @@ export class WindowMain {
protocol: 'file:',
pathname: path.join(__dirname, '/index.html'),
slashes: true,
}));
}), {
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0',
});
// Open the DevTools.
if (isDev()) {