1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@
"devFlags": {},
"flags": {
"showPasswordless": true,
"enableCipherKeyEncryption": true,
"enableCipherKeyEncryption": false,
"accountSwitching": false
}
}

View File

@ -7,7 +7,7 @@
},
"flags": {
"showPasswordless": true,
"enableCipherKeyEncryption": true,
"enableCipherKeyEncryption": false,
"accountSwitching": true
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -12,6 +12,6 @@
},
"flags": {
"showPasswordless": false,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}

View File

@ -18,6 +18,6 @@
},
"flags": {
"showPasswordless": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}

View File

@ -21,7 +21,7 @@
],
"flags": {
"showPasswordless": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
},
"devFlags": {}
}

View File

@ -12,6 +12,6 @@
},
"flags": {
"showPasswordless": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}

View File

@ -28,6 +28,6 @@
],
"flags": {
"showPasswordless": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}

View File

@ -8,6 +8,6 @@
},
"flags": {
"showPasswordless": true,
"enableCipherKeyEncryption": true
"enableCipherKeyEncryption": false
}
}