mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
96f1aa073c
* turn on enableCipherKeyEncryption flag * turn enableCipherKeyEncryption flag on in desktop config --------- Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com>
34 lines
819 B
JSON
34 lines
819 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.qa.bitwarden.pw",
|
|
"notifications": "https://notifications.qa.bitwarden.pw",
|
|
"scim": "https://scim.qa.bitwarden.pw"
|
|
},
|
|
"dev": {
|
|
"proxyApi": "https://api.qa.bitwarden.pw",
|
|
"proxyIdentity": "https://identity.qa.bitwarden.pw",
|
|
"proxyEvents": "https://events.qa.bitwarden.pw",
|
|
"proxyNotifications": "https://notifications.qa.bitwarden.pw"
|
|
},
|
|
"additionalRegions": [
|
|
{
|
|
"key": "USQA",
|
|
"domain": "qa.bitwarden.pw",
|
|
"urls": {
|
|
"webVault": "https://vault.qa.bitwarden.pw"
|
|
}
|
|
},
|
|
{
|
|
"key": "EUQA",
|
|
"domain": "euqa.bitwarden.pw",
|
|
"urls": {
|
|
"webVault": "https://vault.euqa.bitwarden.pw"
|
|
}
|
|
}
|
|
],
|
|
"flags": {
|
|
"showPasswordless": true,
|
|
"enableCipherKeyEncryption": true
|
|
}
|
|
}
|