Skip to content

Commit

Permalink
Start TDS AA experiment for Chrome (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth authored Feb 5, 2025
1 parent d6aa755 commit 8934a5c
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion overrides/browsers/chromemv3-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,33 @@
},
"contentBlocking": {
"state": "enabled",
"features": {}
"features": {
"TDSAAExperiment": {
"state": "enabled",
"settings": {
"controlUrl": "v6/current/extension-mv3-tds.json",
"treatmentUrl": "v6/temp/extension-mv3-tds.json"
},
"minSupportedVersion": "2025.2.3",
"rollout": {
"steps": [
{
"percent": 5
}
]
},
"cohorts": [
{
"name": "control",
"weight": 1
},
{
"name": "treatment",
"weight": 1
}
]
}
}
}
}
}

0 comments on commit 8934a5c

Please sign in to comment.