Skip to content

Commit

Permalink
changed block-element-feature to be enabled by default
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts committed Jan 7, 2025
1 parent fe14142 commit 3b52c69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/brave_shields/core/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,7 @@ BASE_FEATURE(kBlockAllCookiesToggle,
// when enabled, allow to select and block HTML elements
BASE_FEATURE(kBraveShieldsElementPicker,
"BraveShieldsElementPicker",
#if BUILDFLAG(IS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT);
#else
base::FEATURE_ENABLED_BY_DEFAULT);
#endif

// Enables extra TRACE_EVENTs in content filter js. The feature is
// primary designed for local debugging.
Expand Down

0 comments on commit 3b52c69

Please sign in to comment.