2
0

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

This commit is contained in:
Matt Jankowski
2024-05-31 05:35:56 -04:00
committed by GitHub
parent dac4eba46b
commit a22865a352

View File

@@ -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
]