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
9a6b37d019
bitwarden-browser
/
apps
/
desktop
/
config
/
base.json
7 lines
77 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"
:
{
[PM-8391] turn on enableCipherKeyEncryption flag (#9362) * turn on enableCipherKeyEncryption flag * turn enableCipherKeyEncryption flag on in desktop config --------- Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com>
2024-06-18 19:11:10 +02:00
"enableCipherKeyEncryption"
:
true
[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