Skip to content

Commit

Permalink
Deploy Quad9 DoH pilot test in 50% of Nightly clients (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuredelstein authored Apr 25, 2024
1 parent 07fa1ec commit 90b2af5
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2810,6 +2810,41 @@
"LINUX"
]
}
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveFallbackDoHProvider"
]
},
"name": "Enabled",
"parameters": [
{
"name": "BraveFallbackDoHProviderEndpoint",
"value": "quad9"
}
],
"probability_weight": 50
},
{
"name": "Default",
"probability_weight": 50
}
],
"filter": {
"channel": [
"NIGHTLY"
],
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "BraveFallbackDoHStudy"
}
],
"version": "1"
Expand Down

0 comments on commit 90b2af5

Please sign in to comment.