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>
24 lines
705 B
JSON
24 lines
705 B
JSON
{
|
|
"urls": {
|
|
"icons": "https://icons.bitwarden.net",
|
|
"notifications": "https://notifications.bitwarden.com",
|
|
"scim": "https://scim.bitwarden.com"
|
|
},
|
|
"stripeKey": "pk_live_bpN0P37nMxrMQkcaHXtAybJk",
|
|
"braintreeKey": "production_qfbsv8kc_njj2zjtyngtjmbjd",
|
|
"paypal": {
|
|
"businessId": "4ZDA7DLUUJGMN",
|
|
"buttonAction": "https://www.paypal.com/cgi-bin/webscr"
|
|
},
|
|
"dev": {
|
|
"proxyApi": "https://api.bitwarden.com",
|
|
"proxyIdentity": "https://identity.bitwarden.com",
|
|
"proxyEvents": "https://events.bitwarden.com",
|
|
"proxyNotifications": "https://notifications.bitwarden.com"
|
|
},
|
|
"flags": {
|
|
"showPasswordless": true,
|
|
"enableCipherKeyEncryption": true
|
|
}
|
|
}
|