Fix #293: Detect ARM on ChromeOS

This commit is contained in:
Faisal Salman
2018-05-06 22:26:16 +07:00
parent 93affc671c
commit 0059eef770
2 changed files with 9 additions and 1 deletions

View File

@@ -47,6 +47,14 @@
"architecture" : "arm"
}
},
{
"desc" : "ARMv7",
"ua" : "Mozilla/5.0 (X11; CrOS armv7l 9765.85.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.123 Safari/537.36",
"expect" :
{
"architecture" : "arm"
}
},
{
"desc" : "Pocket PC",
"ua" : "Opera/9.7 (Windows Mobile; PPC; Opera Mobi/35166; U; en) Presto/2.2.1",