Skip to content

Commit

Permalink
Enable Shred on iOS all channels (#1261)
Browse files Browse the repository at this point in the history
Fixes #1260

Enabled for Chromium `130.*` which released with v1.71 on iOS to not
enable for existing releases which included some Shred code behind the
feature flag(s).
  • Loading branch information
StephenHeaps authored Nov 18, 2024
1 parent 885f01c commit 6b924cc
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions studies/BraveShredFeatureStudy.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
name: 'BraveShredFeatureStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 100,
feature_association: {
enable_feature: [
'BraveShredFeature',
'BraveShredCacheData',
],
},
},
{
name: 'Default',
probability_weight: 0,
},
],
filter: {
min_version: '130.*',
channel: [
'RELEASE',
'BETA',
'NIGHTLY',
],
platform: [
'IOS',
],
},
},
]

0 comments on commit 6b924cc

Please sign in to comment.