We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac504d2 commit bde50f9Copy full SHA for bde50f9
1 file changed
src/www/tests/index.php
@@ -118,6 +118,10 @@
118
119
$ua[] = "Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100102 Firefox/5.0";
120
$ua[] = "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0";
121
+$ua[] = "Mozilla/5.0 (Windows NT 6.3; rv:25.0) Gecko/20100102 Firefox/25.0";
122
+
123
+$ua[] = "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; EIE10;ENUSWOL; rv:11.0) like Gecko";
124
+$ua[] = "Mozilla/5.0 (Windows NT 6.1; Trident/7.0; EIE10;ENU; rv:11.0) like Gecko";
125
126
//$ua[] = "";
127
0 commit comments