@@ -22,46 +22,46 @@ export const useragents = [
2222 */
2323 {
2424 ua : 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)' ,
25- regex : [ 'ie@8.0.0 ' , 'ie@<=7 ' ]
25+ regex : [ 'ie@<=7 ' , 'ie@8.0.0 ' ]
2626 } ,
2727 /**
2828 * IE 8 Compatability Mode
2929 */
3030 {
3131 ua : 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)' ,
32- regex : [ 'ie@8.0.0 ' , 'ie@<=7 ' ]
32+ regex : [ 'ie@<=7 ' , 'ie@8.0.0 ' ]
3333 } ,
3434 /**
3535 * IE 9
3636 */
3737 {
3838 ua : 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)' ,
39- regex : [ 'ie@9.0.0 ' , 'ie@<=7 ' ]
39+ regex : [ 'ie@<=7 ' , 'ie@9.0.0 ' ]
4040 } ,
4141 /**
4242 * IE 9 Compatability Mode
4343 */
4444 {
4545 ua : 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)' ,
46- regex : [ 'ie@9.0.0 ' , 'ie@<=7 ' ]
46+ regex : [ 'ie@<=7 ' , 'ie@9.0.0 ' ]
4747 } ,
4848 /**
4949 * IE 10
5050 */
5151 {
5252 ua : 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)' ,
53- regex : [ 'ie@10.0.0 ' , 'ie@<=7 ' ]
53+ regex : [ 'ie@<=7 ' , 'ie@10.0.0 ' ]
5454 } ,
5555 {
5656 ua : 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0)' ,
57- regex : [ 'ie@10.0.0 ' , 'ie@<=7 ' ]
57+ regex : [ 'ie@<=7 ' , 'ie@10.0.0 ' ]
5858 } ,
5959 /**
6060 * IE 10 Compatability Mode
6161 */
6262 {
6363 ua : 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)' ,
64- regex : [ 'ie@10.0.0 ' , 'ie@<=7 ' ]
64+ regex : [ 'ie@<=7 ' , 'ie@10.0.0 ' ]
6565 } ,
6666 /**
6767 * IE 11
@@ -75,7 +75,7 @@ export const useragents = [
7575 */
7676 {
7777 ua : 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)' ,
78- regex : [ 'ie@11.0.0 ' , 'ie@<=7 ' ]
78+ regex : [ 'ie@<=7 ' , 'ie@11.0.0 ' ]
7979 } ,
8080 /**
8181 * Edge on EdgeHTML
@@ -335,16 +335,16 @@ export const useragents = [
335335 {
336336 ua : 'Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 710)' ,
337337 regex : [
338- 'ie@9.0.0' ,
339338 'ie@<=7' ,
339+ 'ie@9.0.0' ,
340340 'ie_mob'
341341 ]
342342 } ,
343343 {
344344 ua : 'Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 920)' ,
345345 regex : [
346- 'ie@10.0.0' ,
347346 'ie@<=7' ,
347+ 'ie@10.0.0' ,
348348 'ie_mob'
349349 ]
350350 } ,
0 commit comments