You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
classMyControllerprepend_before_action:protect_from_spamdefafter_spammer_detected# do some metric capturing or loggingendend
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
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:
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: