Skip to content

Commit 0885c62

Browse files
authored
Start MSP rollout to 10% from 5.229.0 onwards (duckduckgo#2937)
* Start MSP rollout to 10% from 5.229.0 onwards * Add minSupportedVersion to enableMaliciousSiteProtection
1 parent fe2f927 commit 0885c62

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

overrides/android-override.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,8 @@
539539
"state": "enabled"
540540
},
541541
"enableMaliciousSiteProtection": {
542-
"state": "internal"
542+
"state": "enabled",
543+
"minSupportedVersion": 52290000
543544
}
544545
}
545546
},
@@ -1856,12 +1857,24 @@
18561857
}
18571858
},
18581859
"maliciousSiteProtection": {
1859-
"state": "internal",
1860+
"state": "enabled",
18601861
"settings": {
18611862
"hashPrefixUpdateFrequency": 20,
18621863
"filterSetUpdateFrequency": 720
18631864
},
1864-
"exceptions": []
1865+
"features": {
1866+
"visibleAndOnByDefault": {
1867+
"state": "enabled",
1868+
"minSupportedVersion": 52290000,
1869+
"rollout": {
1870+
"steps": [
1871+
{
1872+
"percent": 10
1873+
}
1874+
]
1875+
}
1876+
}
1877+
}
18651878
},
18661879
"bookmarksSorting": {
18671880
"state": "enabled",

0 commit comments

Comments
 (0)