mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:26:22 +00:00
fix: también informar los headers #17722
This commit is contained in:
parent
9c0305d79d
commit
1f4b1b5fce
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class RegistrationsController < Devise::RegistrationsController
|
|||
def anti_spambot_traps
|
||||
raise SpambotError if spambot?
|
||||
rescue SpambotError => e
|
||||
ExceptionNotifier.notify_exception(e, data: { params: anonymized_params })
|
||||
ExceptionNotifier.notify_exception(e, data: { params: anonymized_params, headers: request.headers.to_h })
|
||||
nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue