mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
6c21223466
* suppress welcome window on install when extension is in dev mode * use platformUtilsService.isDev instead of process.env.ENV * use devFlags.skipWelcomeOnInstall instead of platformUtilsService.isDev * update old dev_flags casing in base configs
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"devFlags": {},
|
|
"flags": {
|
|
"multithreadDecryption": false,
|
|
"enableCipherKeyEncryption": false
|
|
}
|
|
}
|