Skip to content

Commit

Permalink
Enable WebcompatExceptionsService in Release (#1194)
Browse files Browse the repository at this point in the history
Resolves #1193

---------

Co-authored-by: Shivan Kaul Sahib <shivankaulsahib@gmail.com>
  • Loading branch information
arthuredelstein and ShivanKaul committed Aug 23, 2024
1 parent a81355e commit 4d07ec6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2917,6 +2917,36 @@
]
},
"name": "BraveWebcompatExceptionsServiceStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveWebcompatExceptionsService"
]
},
"name": "Enabled",
"probability_weight": 50
},
{
"name": "Default",
"probability_weight": 50
}
],
"filter": {
"channel": [
"RELEASE"
],
"min_version": "128.1.69.150",
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "BraveWebcompatExceptionsServiceReleaseStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 4d07ec6

Please sign in to comment.