Closed muralikg closed 4 years ago
Parsing user agent string however gives model as "Spider" which is good enough.
device(bot_string_above, {parseUserAgent: true} )
// returns
{ parser:
...
type: 'phone',
model: 'Spider',
}
Nonetheless I can add it, because in terms of performance it's preferably to just use the user-agent to check for device type
The following is being detected as not a bot. This is actually a spider
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/41.0.2272.118 Safari/537.36
Can you please add AdsBot also to the botlist?