Backport - Increase UA_MAX_LENGTH to 500 (cherry picked from commit e614108911a947b5381f87e22b34ae33fa30de12)

This commit is contained in:
Faisal Salman 2023-10-27 09:28:58 +07:00
parent c76139632f
commit 5a724cbde8
2 changed files with 2 additions and 3 deletions

View File

@ -37,7 +37,7 @@
SMARTTV = 'smarttv',
WEARABLE = 'wearable',
EMBEDDED = 'embedded',
UA_MAX_LENGTH = 350;
UA_MAX_LENGTH = 500;
var AMAZON = 'Amazon',
APPLE = 'Apple',
@ -56,7 +56,6 @@
SAMSUNG = 'Samsung',
SHARP = 'Sharp',
SONY = 'Sony',
VIERA = 'Viera',
XIAOMI = 'Xiaomi',
ZEBRA = 'Zebra',
FACEBOOK = 'Facebook',

File diff suppressed because one or more lines are too long