Skip to content

Commit

Permalink
Add onByDefault rollout to autoconsent (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro authored Feb 2, 2024
1 parent 0751531 commit db5683c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,19 @@
"domain": "healthline.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/326"
}
]
],
"features": {
"onByDefault": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 25.0
}
]
}
}
}
},
"autofill": {
"state": "enabled",
Expand Down

0 comments on commit db5683c

Please sign in to comment.