-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I know this script was nether meant to be able detect everything but I noticed a few issues.
Noticed that the windowsVersionMap does not support Windows 11. Is it even possible? Rumour has it that Windows 11 browsers are reporting as Windows 10.
windowsVersionMap = {
'ME' : '4.90',
'NT 3.11' : 'NT3.51',
'NT 4.0' : 'NT4.0',
'2000' : 'NT 5.0',
'XP' : ['NT 5.1', 'NT 5.2'],
'Vista' : 'NT 6.0',
'7' : 'NT 6.1',
'8' : 'NT 6.2',
'8.1' : 'NT 6.3',
'10' : ['NT 6.4', 'NT 10.0'],
'RT' : 'ARM'
Also our users are accessing our system using Echo/1.0(APNG) now we know that that is Amazon, Echo devices. sadly we are not able to tell what device it. How do we add this to the software.
Metadata
Metadata
Assignees
Labels
No labels