Skip to content

Commit 17ba9d2

Browse files
authored
Merge pull request rails#52816 from glokta1/patch-1
Update filter_parameters default in configuring guide
2 parents 5385580 + 8421db7 commit 17ba9d2

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)