Skip to content

Commit

Permalink
Add blocklist feature and enable aa baseline experiment on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosholgado committed Nov 27, 2024
1 parent 159a362 commit 00c0f1f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/blocklist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_meta": {
"description": "This feature is used to test new blocklist before releasing to the wider public."
},
"state": "disabled",
"exceptions": []
}
24 changes: 24 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,30 @@
"appTrackerProtection": {
"state": "enabled"
},
"blockList": {
"state": "enabled",
"exceptions": [],
"features": {
"tdsNextExperimentBaseline": {
"state": "enabled",
"minSupportedVersion": 52200000,
"settings": {
"controlUrl": "temp/android-experiment-tds.json",
"treatmentUrl": "temp/android-experiment-tds.json"
},
"cohorts": [
{
"name": "control",
"weight": 1
},
{
"name": "treatment",
"weight": 1
}
]
}
}
},
"brokenSitePrompt": {
"state": "enabled",
"minSupportedVersion": 52200000
Expand Down

0 comments on commit 00c0f1f

Please sign in to comment.