Closed dylang closed 12 years ago
This can be null (from assettmanager.js):
assettmanager.js
var userAgent = req.headers['user-agent'];
which results in an error a few lines down:
if (!found && userAgent.match(new RegExp(match, 'i'))) { ^ TypeError: Cannot call method 'match' of undefined
I'm guessing some user with super privacy is hiding his user agent, or some bot.
This should have been fixed by commit 8e1be61a9075f54a579f8d489ddede37032ae12b
This can be null (from
assettmanager.js
):which results in an error a few lines down:
I'm guessing some user with super privacy is hiding his user agent, or some bot.