Skip to content

Commit

Permalink
Add explicit Disabled group.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Aug 13, 2024
1 parent 79b75da commit 736206c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3000,8 +3000,17 @@
"probability_weight": 50
},
{
"name": "Default",
"feature_association": {
"disable_feature": [
"BraveWorkaroundNewWindowFlash"
]
},
"name": "Disabled",
"probability_weight": 50
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
Expand Down

0 comments on commit 736206c

Please sign in to comment.