1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-11 10:10:25 +01: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": {}, "devFlags": {},
"flags": { "flags": {
"showPasswordless": true, "showPasswordless": true,
"enableCipherKeyEncryption": true, "enableCipherKeyEncryption": false,
"accountSwitching": false "accountSwitching": false
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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