1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +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:
Merissa Weinstein
2024-06-18 12:11:10 -05:00
committed by GitHub
parent 2bec2c5605
commit 96f1aa073c
14 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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