mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[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>
This commit is contained in:
committed by
GitHub
parent
2bec2c5605
commit
96f1aa073c
@@ -2,7 +2,7 @@
|
||||
"devFlags": {},
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": false,
|
||||
"enableCipherKeyEncryption": true,
|
||||
"accountSwitching": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": false,
|
||||
"enableCipherKeyEncryption": true,
|
||||
"accountSwitching": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"flags": {
|
||||
"enableCipherKeyEncryption": false,
|
||||
"enableCipherKeyEncryption": true,
|
||||
"accountSwitching": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"flags": {
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"flags": {
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"devFlags": {},
|
||||
"flags": {
|
||||
"multithreadDecryption": false,
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"devFlags": {},
|
||||
"flags": {
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"flags": {
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
},
|
||||
"flags": {
|
||||
"showPasswordless": false,
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
},
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
],
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
},
|
||||
"devFlags": {}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
},
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
],
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
},
|
||||
"flags": {
|
||||
"showPasswordless": true,
|
||||
"enableCipherKeyEncryption": false
|
||||
"enableCipherKeyEncryption": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user