diff config/initializers/filter_parameter_logging.rb @ 255:eda83610b65c

Update rails and stuff
author nanaya <me@nanaya.net>
date Sun, 15 Dec 2024 22:45:33 +0900
parents 89f6c0016bab
children
line wrap: on
line diff
--- a/config/initializers/filter_parameter_logging.rb	Tue Sep 03 19:21:25 2024 +0900
+++ b/config/initializers/filter_parameter_logging.rb	Sun Dec 15 22:45:33 2024 +0900
@@ -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, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
+  :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc
 ]