Skip to content

Commit 9e2e64b

Browse files
committed
Land rapid7#5644, Windows 10 Detection for os.js
2 parents 0a4c6fb + 4822477 commit 9e2e64b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/js/detect/os.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -973,6 +973,12 @@ os_detect.getVersion = function(){
973973
os_name = "Windows 8";
974974
os_sp = "SP0";
975975
break;
976+
case "1100":
977+
// IE 11.0.10011.0 Windows 10.0 (Build 10074) English - insider preview
978+
ua_version = "11.0";
979+
os_name = "Windows 10";
980+
os_sp = "SP0";
981+
break;
976982
default:
977983
unknown_fingerprint = version;
978984
break;

0 commit comments

Comments
 (0)