From e1f2507aaf2929d27bc664995c0fbbf26d495cae Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Sat, 27 Sep 2014 10:30:23 -0300 Subject: [PATCH] Ignoring errors from AhrefsBot TurnitinBot crawlers --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index da00fd3..72507b2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -100,7 +100,7 @@ Rails.application.configure do # Exception Notification config.middleware.use ExceptionNotification::Rack, - :ignore_crawlers => %w{Googlebot bingbot SeznamBot Baiduspider}, + :ignore_crawlers => %w{Googlebot bingbot SeznamBot Baiduspider AhrefsBot TurnitinBot}, :email => { :email_prefix => "[Prezento Error] ", :sender_address => %{"mezurometrics" }, -- libgit2 0.21.2