Browse Source

Enable block-browser-injections-by-domain feature

pull/6187/head
spicychickensauce 3 weeks ago
parent
commit
9a30bf866c
  1. 1
      src/api/core/mod.rs

1
src/api/core/mod.rs

@ -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…
Cancel
Save