From 9b51a3012d538d90b524dead346852dbc29086cc Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 10 Aug 2015 16:19:32 +0200 Subject: Bug 1172333: The OS field doesn't recognize Windows 10 r=gerv a=sgreen --- Bugzilla/UserAgent.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/UserAgent.pm') diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index 6ceb9d3c5..14637038c 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -106,6 +106,7 @@ use constant OS_MAP => ( qr/\(.*Android.*\)/ => ["Android"], # Windows qr/\(.*Windows XP.*\)/ => ["Windows XP"], + qr/\(.*Windows NT 10\.0.*\)/ => ["Windows 10"], qr/\(.*Windows NT 6\.4.*\)/ => ["Windows 10"], qr/\(.*Windows NT 6\.3.*\)/ => ["Windows 8.1"], qr/\(.*Windows NT 6\.2.*\)/ => ["Windows 8"], -- cgit v1.2.3-24-g4f1b