Skip to content

Commit

Permalink
Ensure filter parameter is present
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Jan 6, 2025
1 parent ce695bc commit 27bbac0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
Rails.application.config.filter_parameters += [
:passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc
]
Rails.application.config.filter_parameters += [:my_specific_filter]

0 comments on commit 27bbac0

Please sign in to comment.