Skip to content

Commit

Permalink
Ignore the infamous EasouSpider crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Jul 22, 2014
1 parent 5dd1ec1 commit afbb572
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/initializers/exception_notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
Puzzlenode::Application.config.middleware.use ExceptionNotifier,
:email_prefix => "[Puzzlenode] ",
:sender_address => %{"Puzzlenode Notifier" <[email protected]>},
:exception_recipients => %w{[email protected] [email protected]}
end
:exception_recipients => %w{[email protected] [email protected]},
:ignore_crawlers => %w{EasouSpider}
end

0 comments on commit afbb572

Please sign in to comment.