diff options
Diffstat (limited to 'config/initializers')
| -rw-r--r-- | config/initializers/filter_parameter_logging.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb index c0b717f7..bf72b0f3 100644 --- a/config/initializers/filter_parameter_logging.rb +++ b/config/initializers/filter_parameter_logging.rb | |||
| @@ -4,5 +4,5 @@ | |||
| 4 | # Use this to limit dissemination of sensitive information. | 4 | # Use this to limit dissemination of sensitive information. |
| 5 | # See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors. | 5 | # See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors. |
| 6 | Rails.application.config.filter_parameters += [ | 6 | Rails.application.config.filter_parameters += [ |
| 7 | :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc | 7 | :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc, :code, :current_password |
| 8 | ] | 8 | ] |
