Skip to content

Commit

Permalink
Disable BraveDomainBlock.
Browse files Browse the repository at this point in the history
  • Loading branch information
iefremov committed Apr 9, 2021
1 parent 92509dc commit 07fc35b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
{
"version": "1",
"studies": [
{
"name": "BraveDomainBlockStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 0,
"feature_association": {
"enable_feature": ["BraveDomainBlock"]
}
},
{
"name": "Disabled",
"probability_weight": 100,
"feature_association": {
"disable_feature": ["BraveDomainBlock"]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"max_version": "89.1.23",
"channel": ["RELEASE"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "EphemeralStorageStudy",
"experiments": [
Expand Down

0 comments on commit 07fc35b

Please sign in to comment.