From 06ad4d079cb2a3f6eb726053bd6afdb74e68b803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Roumezin?= <94066559+RaphaelRoumezin@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:08:24 +0200 Subject: [PATCH 1/2] feat: Added clientside feature flag "fill-assist-targeting-rules" --- src/api/core/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/core/mod.rs b/src/api/core/mod.rs index 2ea8ab21..10d6a796 100644 --- a/src/api/core/mod.rs +++ b/src/api/core/mod.rs @@ -220,6 +220,7 @@ fn config() -> Json { &FeatureFlagFilter::ValidOnly, ); feature_states.insert("pm-19148-innovation-archive".to_owned(), true); + feature_states.insert("fill-assist-targeting-rules".to_owned(), true); Json(json!({ // Note: The clients use this version to handle backwards compatibility concerns From 22310039e4fbb56ad97780c7b606e8552d07ff0f Mon Sep 17 00:00:00 2001 From: Raphael Roumezin <94066559+RaphaelRoumezin@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:54:10 +0200 Subject: [PATCH 2/2] fix(api): provide fillAssistRules in `/config` --- src/api/core/mod.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/core/mod.rs b/src/api/core/mod.rs index 10d6a796..ea242c78 100644 --- a/src/api/core/mod.rs +++ b/src/api/core/mod.rs @@ -245,6 +245,9 @@ fn config() -> Json { "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": {