1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00
Files
browser/apps/desktop/config/base.json
Bernd Schoolmann e977dacdcf [PM-6797] Prevent account switching race condition on desktop & enable worker decryption (#9312)
* Prevent account switching race condition on desktop

This enables us to allow background thread / multithread bulk decryption on desktop.

* Disable account switcher component during switching
2024-07-11 14:11:51 +02:00

7 lines
77 B
JSON

{
"devFlags": {},
"flags": {
"enableCipherKeyEncryption": true
}
}