Skip to content

Commit

Permalink
Rollout fixed user agent to iOS older users (#1371)
Browse files Browse the repository at this point in the history
* Rollout fixed user agent to iOS older users

* Update ios-override.json
  • Loading branch information
jonathanKingston authored Oct 11, 2023
1 parent a8fbff2 commit 2797089
Showing 1 changed file with 136 additions and 0 deletions.
136 changes: 136 additions & 0 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,142 @@
"customUserAgent": {
"state": "enabled",
"settings": {
"defaultPolicy": "ddg",
"ddgFixedSites": [
],
"ddgDefaultSites": [
{
"domain": "duckduckgo.com",
"reason": "Internal exclusion to roll out experiment"
}
],
"ddgFixedUserAgent": {
"versions": [
"391",
"389",
"388",
"386",
"383",
"382",
"379",
"377",
"376",
"374",
"371",
"370",
"367",
"365",
"364",
"361",
"360",
"358",
"356",
"353",
"351",
"349",
"348",
"345",
"343",
"341",
"340",
"338",
"336",
"334",
"332",
"330",
"327",
"325",
"324",
"322",
"319",
"317",
"316",
"314",
"311",
"310",
"307",
"305",
"303",
"301",
"299",
"297",
"296",
"294",
"292",
"290",
"288",
"286",
"283",
"282",
"280",
"277",
"275",
"273",
"272",
"270",
"267",
"265",
"264",
"261",
"259",
"258",
"255",
"253",
"252",
"250",
"247",
"246",
"243",
"242",
"240",
"237",
"235",
"233",
"231",
"229",
"227",
"225",
"224",
"221",
"219",
"217",
"216",
"214",
"212",
"210",
"207",
"206",
"204",
"201",
"200",
"198",
"195",
"193",
"192",
"189",
"188",
"186",
"183",
"181",
"179",
"177",
"175",
"174",
"172",
"170",
"168",
"166",
"164",
"162",
"159",
"158",
"156",
"153",
"151",
"149",
"147"
]
},
"omitApplicationSites": [
{
"domain": "cvs.com",
Expand Down

0 comments on commit 2797089

Please sign in to comment.