1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +00:00

turn enableCipherKeyEncryption flag off (#10621)

This commit is contained in:
Merissa Weinstein
2024-09-04 10:52:22 -05:00
committed by GitHub
parent c5c8a0dd5e
commit c73ee88126
14 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{
"flags": {
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}