Skip to content

Commit

Permalink
feat: add shared_key in filter_parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Nov 22, 2023
1 parent 6484435 commit 281ecd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/filter_parameter_logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# sensitive information. See the ActiveSupport::ParameterFilter documentation for supported
# notations and behaviors.
Rails.application.config.filter_parameters += %i[
passw secret token _key crypt salt certificate otp ssn content
passw secret token _key crypt salt certificate otp ssn content shared_key
]

0 comments on commit 281ecd2

Please sign in to comment.