Skip to content

Commit

Permalink
Reenable domain blocking as this is managed in the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
iefremov committed Apr 13, 2021
1 parent c0d865a commit e03af3a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions seed/seed.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,6 @@
{
"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": "90.1.23.*",
"channel": ["RELEASE"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "EphemeralStorageStudy",
"experiments": [
Expand Down

0 comments on commit e03af3a

Please sign in to comment.