Fix #561 - Increase UA_MAX_LENGTH to 275

This commit is contained in:
Faisal Salman
2022-01-28 22:16:51 +07:00
parent f761a89ab2
commit a29213960c
3 changed files with 12 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
SMARTTV = 'smarttv',
WEARABLE = 'wearable',
EMBEDDED = 'embedded',
UA_MAX_LENGTH = 255;
UA_MAX_LENGTH = 275;
var AMAZON = 'Amazon',
APPLE = 'Apple',