Skip to content

Commit

Permalink
Add email to the list of default filter parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Oct 12, 2023
1 parent d7aee01 commit 5af6d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Use this to limit dissemination of sensitive information.
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
Rails.application.config.filter_parameters += [
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
]

0 comments on commit 5af6d28

Please sign in to comment.