Increase UA_MAX_LENGTH to 500

This commit is contained in:
Faisal Salman 2023-10-12 14:36:54 +07:00
parent 77e0aa1ac6
commit e614108911
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
WEARABLE = 'wearable', WEARABLE = 'wearable',
EMBEDDED = 'embedded', EMBEDDED = 'embedded',
USER_AGENT = 'user-agent', USER_AGENT = 'user-agent',
UA_MAX_LENGTH = 350, UA_MAX_LENGTH = 500,
BRANDS = 'brands', BRANDS = 'brands',
FORMFACTOR = 'formFactor', FORMFACTOR = 'formFactor',
FULLVERLIST = 'fullVersionList', FULLVERLIST = 'fullVersionList',

File diff suppressed because one or more lines are too long