Skip to content

Commit

Permalink
Merge pull request #59 from D-Shubkin/patch-1
Browse files Browse the repository at this point in the history
Adding embed.ly bot
  • Loading branch information
biggora authored Sep 15, 2016
2 parents 21341ad + 93e6e72 commit 6fa1dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/express-useragent.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
'telegrambot',
'applebot',
'pingdom',
'tumblr '
'tumblr ',
'Embedly'
];
var IS_BOT_REGEXP = new RegExp('^.*(' + BOTS.join('|') + ').*$');

Expand Down

0 comments on commit 6fa1dc4

Please sign in to comment.