Add `:email` to filter parameter logging config (#30492)

pull/30506/head
Matt Jankowski 7 months ago committed by GitHub
parent dac4eba46b
commit a22865a352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,5 +6,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
]

Loading…
Cancel
Save