Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom actions if a spam user is captured #100

Open
benzend opened this issue Jul 2, 2024 · 0 comments
Open

Allow custom actions if a spam user is captured #100

benzend opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels

Comments

@benzend
Copy link

benzend commented Jul 2, 2024

Is your feature request related to a problem? Please describe.
Trying to see if we're capturing spammers, since there doesn't seem to be a way to see if anyone is being captured through the form.

Describe the solution you'd like
The ability to override a method, or something of the sort. Something like:

class MyController
  prepend_before_action :protect_from_spam

  def after_spammer_detected
     # do some metric capturing or logging
  end
end

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants