Fix #637 - Detect Safari on iPhone as Safari Mobile

This commit is contained in:
Faisal Salman
2023-03-22 11:02:26 +07:00
parent 49d6422ebd
commit 33df5dc698
2 changed files with 12 additions and 0 deletions

View File

@@ -758,6 +758,16 @@
"major" : "4"
}
},
{
"desc" : "Mobile Safari",
"ua" : "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Safari/604.1",
"expect" :
{
"name" : "Safari Mobile",
"version" : "undefined",
"major" : "undefined"
}
},
{
"desc" : "Mosaic",
"ua" : "NCSA_Mosaic/2.6 (X11; SunOS 4.1.3 sun4m)",