Merge changes from master.

This commit is contained in:
Mike Cao 2023-04-08 13:55:52 -07:00
parent 2dbc6ce381
commit e850fbd0bd
3 changed files with 138 additions and 18 deletions

View file

@ -156,29 +156,29 @@ export const URL_LENGTH = 500;
export const EVENT_NAME_LENGTH = 50;
export const DESKTOP_OS = [
'Windows 3.11',
'Windows 95',
'Windows 98',
'BeOS',
'Chrome OS',
'Linux',
'macOS',
'Open BSD',
'OS/2',
'QNX',
'Sun OS',
'Windows 10',
'Windows 2000',
'Windows XP',
'Windows Server 2003',
'Windows Vista',
'Windows 3.11',
'Windows 7',
'Windows 8',
'Windows 8.1',
'Windows 10',
'Windows 95',
'Windows 98',
'Windows ME',
'Open BSD',
'Sun OS',
'Linux',
'Mac OS',
'QNX',
'BeOS',
'OS/2',
'Chrome OS',
'Windows Server 2003',
'Windows Vista',
'Windows XP',
];
export const MOBILE_OS = ['iOS', 'Android OS', 'BlackBerry OS', 'Windows Mobile', 'Amazon OS'];
export const MOBILE_OS = ['Amazon OS', 'Android OS', 'BlackBerry OS', 'iOS', 'Windows Mobile'];
export const BROWSERS = {
aol: 'AOL',