Update config/initializers/filter_parameter_logging.rb

Co-authored-by: Tobias Dillmann <EinLama@users.noreply.github.com>
This commit is contained in:
Jens Ulferts
2025-03-12 14:47:45 +01:00
committed by GitHub
parent 39dfe7653c
commit caeab4b223
@@ -34,5 +34,5 @@
# Use this to limit dissemination of sensitive information.
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
Rails.application.config.filter_parameters += %i[
passw email secret token _key crypt salt certificate otp ssn cvv cvc
passw mail secret token _key crypt salt certificate otp ssn cvv cvc
]