Detect new IE 11 user-agent

This commit is contained in:
Faisal Salman
2013-03-26 13:22:58 +07:00
parent 84a8eedad4
commit 9cad6a0f2d
6 changed files with 20 additions and 10 deletions

View File

@@ -239,6 +239,16 @@
"major" : "7"
}
},
{
"desc" : "IE 11",
"ua" : "Mozilla/5.0 (IE 11.0; Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko",
"expect" :
{
"name" : "IE",
"version" : "11.0",
"major" : "11"
}
},
{
"desc" : "K-Meleon",
"ua" : "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8.2",