Skip to content

Commit

Permalink
Fix iOS UA
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka00251 committed Aug 16, 2020
1 parent 6cab5a7 commit 150c9a7
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions data/json/useragents.json
Original file line number Diff line number Diff line change
Expand Up @@ -1833,10 +1833,10 @@
"profileID": "I25"
},
{
"description": "iOS 13_6_1 - iPhone 11 Pro - Safari 13.1.2",
"useragent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1",
"description": "iOS 13_6 - iPhone 11 Pro - Safari 13.1.2",
"useragent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1",
"appname": "Netscape",
"appversion": "5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1",
"appversion": "5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1",
"platform": "iPhone",
"vendor": "Apple Computer, Inc.",
"vendorsub": "",
Expand All @@ -1847,8 +1847,26 @@
"accept_lang": { "en-US": "en-us" },
"pixeldepth": "32",
"colordepth": "32",
"screens": "375x812,812x375",
"screens": "414x896,896x414",
"profileID": "I26"
},
{
"description": "iOS 13_6 - iPhone SE - Safari 13.1.2",
"useragent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1",
"appname": "Netscape",
"appversion": "5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1",
"platform": "iPhone",
"vendor": "Apple Computer, Inc.",
"vendorsub": "",
"buildID": "",
"oscpu": "",
"accept_encoding": "gzip,deflate,br",
"accept_default": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"accept_lang": { "en-US": "en-us" },
"pixeldepth": "32",
"colordepth": "32",
"screens": "326x750,750x326",
"profileID": "I27"
}
]
},
Expand Down

0 comments on commit 150c9a7

Please sign in to comment.