Removing UA validation
This commit is contained in:
Родитель
ab35bdbcf4
Коммит
84c0e93e66
|
@ -86,11 +86,6 @@ const validateHeaders = (headers) => {
|
|||
return 'store-transcription';
|
||||
}
|
||||
|
||||
// validate useragent
|
||||
if ((headers['user-agent'] !== undefined) && (!regexUA.test(headers['user-agent']))) {
|
||||
return 'user-agent';
|
||||
}
|
||||
|
||||
// validate producttag
|
||||
if ((headers['product-tag'] !== undefined) && (!regexUA.test(headers['product-tag']))) {
|
||||
return 'product-tag';
|
||||
|
|
Загрузка…
Ссылка в новой задаче