Skip to content

Commit

Permalink
Rollout fixed user agent to Android older users (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Oct 4, 2023
1 parent 77ce620 commit f6d4b2b
Showing 1 changed file with 130 additions and 2 deletions.
132 changes: 130 additions & 2 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,138 @@
"ddgFixedSites": [
],
"ddgDefaultSites": [
{
"domain": "duckduckgo.com",
"reason": "Internal exclusion to roll out experiment"
}
],
"ddgFixedUserAgent": {
"state": "disabled",
"versions": []
"state": "enabled",
"versions": [
"140",
"142",
"144",
"146",
"149",
"151",
"152",
"155",
"157",
"159",
"161",
"163",
"165",
"167",
"168",
"170",
"172",
"174",
"176",
"179",
"181",
"182",
"185",
"186",
"188",
"191",
"193",
"194",
"197",
"199",
"200",
"203",
"205",
"207",
"209",
"210",
"212",
"214",
"217",
"218",
"220",
"222",
"224",
"226",
"228",
"230",
"233",
"235",
"236",
"239",
"240",
"243",
"245",
"246",
"248",
"251",
"252",
"254",
"257",
"258",
"260",
"263",
"265",
"266",
"268",
"270",
"273",
"275",
"276",
"279",
"281",
"283",
"285",
"287",
"289",
"290",
"292",
"294",
"296",
"298",
"300",
"303",
"304",
"307",
"309",
"310",
"312",
"315",
"317",
"318",
"320",
"323",
"325",
"327",
"329",
"331",
"333",
"334",
"336",
"338",
"341",
"342",
"344",
"346",
"349",
"351",
"353",
"354",
"357",
"358",
"360",
"363",
"364",
"367",
"369",
"370",
"372",
"375",
"376",
"379",
"381",
"382",
"384"
]
},
"closestUserAgent": {
"state": "disabled",
Expand Down

0 comments on commit f6d4b2b

Please sign in to comment.