Browse Source

fix(api): provide fillAssistRules in `/config`

pull/7433/head
Raphael Roumezin 2 days ago
parent
commit
22310039e4
No known key found for this signature in database GPG Key ID: 91D7A94FE35B7922
  1. 3
      src/api/core/mod.rs

3
src/api/core/mod.rs

@ -245,6 +245,9 @@ fn config() -> Json<Value> {
"notifications": format!("{domain}/notifications"),
"sso": "",
"cloudRegion": null,
// fillAssistRules as returned by the Bitwarden server (https://github.com/bitwarden/server @ 045113a),
// and hardcoded in the Bitwarden clients (https://github.com/bitwarden/clients @ 2581be6)
"fillAssistRules": "https://github.com/bitwarden/map-the-web/releases/latest/download",
},
// Bitwarden uses this for the self-hosted servers to indicate the default push technology
"push": {

Loading…
Cancel
Save