mirror of https://github.com/rails/rails
Merge pull request #40513 from jonathanhefner/tweak-generated-filter_parameters
Tweak generated default filter_parameters
This commit is contained in:
commit
7f912ba27e
|
@ -2,5 +2,5 @@
|
|||
|
||||
# Configure sensitive parameters which will be filtered from the log file.
|
||||
Rails.application.config.filter_parameters += [
|
||||
:password, :secret, :token, :_key, :auth, :crypt, :salt, :certificate, :otp, :access, :private, :protected, :ssn
|
||||
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue