Commit e1626032ef802bb3cf6f8e0620ff65988220d0b0
1 parent
e1f2507a
Exists in
colab
and in
4 other branches
More bots (including slurp from Yahoo)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/environments/production.rb
... | ... | @@ -100,7 +100,7 @@ Rails.application.configure do |
100 | 100 | |
101 | 101 | # Exception Notification |
102 | 102 | config.middleware.use ExceptionNotification::Rack, |
103 | - :ignore_crawlers => %w{Googlebot bingbot SeznamBot Baiduspider AhrefsBot TurnitinBot}, | |
103 | + :ignore_crawlers => %w{Googlebot bingbot SeznamBot Baiduspider AhrefsBot TurnitinBot Mail.RU_Bot Slurp}, | |
104 | 104 | :email => { |
105 | 105 | :email_prefix => "[Prezento Error] ", |
106 | 106 | :sender_address => %{"mezurometrics" <mezurometrics@gmail.com>}, | ... | ... |