Skip to content

Commit

Permalink
Merge pull request #240 from brave/1pes-release-5
Browse files Browse the repository at this point in the history
Enable FirstPartyEphemeralDomainBlockStudy to 5% on RELEASE.
  • Loading branch information
goodov authored Mar 25, 2022
2 parents 5793258 + d6e81db commit d09eb24
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,30 @@
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "FirstPartyEphemeralDomainBlockStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 5,
"feature_association": {
"enable_feature": [
"BraveFirstPartyEphemeralStorage",
"BraveDomainBlock1PES"
]
}
},
{
"name": "Default",
"probability_weight": 95
}
],
"filter": {
"min_version": "98.1.37.50",
"channel": ["RELEASE"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "SpeedreaderReleaseStudy",
"experiments": [
Expand Down

0 comments on commit d09eb24

Please sign in to comment.