bingbot is a bot too

This commit is contained in:
joshua stein 2014-06-11 19:34:41 -05:00
parent 023f8282ea
commit f3f10de295

View file

@ -76,7 +76,8 @@ class ApplicationController < ActionController::Base
end
def user_is_spider?
!!request.env["HTTP_USER_AGENT"].to_s.match(/Googlebot/)
ua = request.env["HTTP_USER_AGENT"].to_s
(ua == "" || ua.match(/(Google|bing)bot/))
end
def find_user_from_rss_token