0
0
Fork 0

Update rails to version 8.0.1 (#32357)

This commit is contained in:
Matt Jankowski 2025-01-03 11:08:21 -05:00 committed by GitHub
parent f9582bcfc3
commit 535866218e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 71 additions and 64 deletions

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, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc
]