Skip to content

Commit 8421db7

Browse files
authored
Update filter_parameters default in configuring guide [ci skip]
1 parent 90ab51b commit 8421db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ default, Rails filters out passwords by adding the following filters in
409409

410410
```ruby
411411
Rails.application.config.filter_parameters += [
412-
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
412+
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc
413413
]
414414
```
415415

0 commit comments

Comments
 (0)