1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-31 06:54:48 +00:00

Enable block-browser-injections-by-domain feature

This commit is contained in:
spicychickensauce 2025-08-15 11:23:06 +02:00
commit 9a30bf866c

View file

@ -212,6 +212,7 @@ fn config() -> Json<Value> {
feature_states.insert("unauth-ui-refresh".to_string(), true);
feature_states.insert("enable-pm-flight-recorder".to_string(), true);
feature_states.insert("mobile-error-reporting".to_string(), true);
feature_states.insert("block-browser-injections-by-domain".to_string(), true);
Json(json!({
// Note: The clients use this version to handle backwards compatibility concerns