Skip to content

Commit c261af5

Browse files
authored
Disable sense of protection experiments for new and existing users (duckduckgo#3419)
* Disable sense of protection experiments for new and existing users * Disable parent toggle This does nothing but I think visually it helps when looking through the json.
1 parent ce27690 commit c261af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

overrides/android-override.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@
22752275
"minSupportedVersion": 52342000
22762276
},
22772277
"senseOfProtection": {
2278-
"state": "enabled",
2278+
"state": "disabled",
22792279
"exceptions": [],
22802280
"features": {
22812281
"senseOfProtectionNewUserExperimentApr25": {
@@ -2366,7 +2366,7 @@
23662366
]
23672367
},
23682368
"senseOfProtectionNewUserExperiment27May25": {
2369-
"state": "enabled",
2369+
"state": "disabled",
23702370
"minSupportedVersion": 52361000,
23712371
"targets": [
23722372
{
@@ -2389,7 +2389,7 @@
23892389
]
23902390
},
23912391
"senseOfProtectionExistingUserExperiment27May25": {
2392-
"state": "enabled",
2392+
"state": "disabled",
23932393
"minSupportedVersion": 52361000,
23942394
"rollout": {
23952395
"steps": [

0 commit comments

Comments
 (0)