Skip to content

Commit

Permalink
Enables AllowCertainClientHintsStudy to 100% on Release channel. (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin authored Mar 16, 2023
1 parent 6acb0b7 commit 4d9d57c
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1791,45 +1791,6 @@
},
"name": "BraveAdblockCookieListOptInReleaseStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"AllowCertainClientHints"
]
},
"name": "Enabled",
"probability_weight": 50
},
{
"feature_association": {
"disable_feature": [
"AllowCertainClientHints"
]
},
"name": "Disabled",
"probability_weight": 50
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": [
"RELEASE"
],
"min_version": "104.1.44.59",
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "AllowCertainClientHintsStudy"
},
{
"experiments": [
{
Expand All @@ -1848,6 +1809,7 @@
],
"filter": {
"channel": [
"RELEASE",
"BETA",
"NIGHTLY"
],
Expand Down

0 comments on commit 4d9d57c

Please sign in to comment.