Skip to content

Instantly share code, notes, and snippets.

@aviflombaum
Created May 14, 2009 06:23
Show Gist options
  • Save aviflombaum/111523 to your computer and use it in GitHub Desktop.
Save aviflombaum/111523 to your computer and use it in GitHub Desktop.
class ActionController::CgiRequest
def search_bot?
self.user_agent =~ /(Baidu|bot|Google|SiteUptime|Slurp|WordPress|ZIBB|ZyBorg|Jeeves|ms)/i
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment