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:
parent
77008a91e9
commit
9a30bf866c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue