This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
bitwarden-browser
Watch
1
Star
0
Fork
0
You've already forked bitwarden-browser
mirror of
https://github.com/bitwarden/browser.git
synced
2024-11-11 10:10:25 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
c73ee88126
bitwarden-browser
/
apps
/
desktop
/
config
/
base.json
7 lines
78 B
JSON
Raw
Normal View
History
Unescape
Escape
[EC-473] Add feature flag config and environment loaders to Desktop (#3389)
2022-09-01 22:08:47 +02:00
{
[PM-7662] Suppress welcome window on install when extension is in dev mode (#8864) * 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
2024-05-06 21:25:41 +02:00
"devFlags"
:
{
}
,
[EC-272] Web workers using EncryptionService (#3532) * Add item decryption to encryptService * Create multithreadEncryptService subclass to handle web workers * Create encryption web worker * Refactor cipherService to use new interface * Update dependencies
2022-10-27 23:38:54 +02:00
"flags"
:
{
turn enableCipherKeyEncryption flag off (#10621)
2024-09-04 17:52:22 +02:00
"enableCipherKeyEncryption"
:
false
[EC-272] Web workers using EncryptionService (#3532) * Add item decryption to encryptService * Create multithreadEncryptService subclass to handle web workers * Create encryption web worker * Refactor cipherService to use new interface * Update dependencies
2022-10-27 23:38:54 +02:00
}
[EC-473] Add feature flag config and environment loaders to Desktop (#3389)
2022-09-01 22:08:47 +02:00
}
Reference in New Issue
Copy Permalink