Merge pull request #40513 from jonathanhefner/tweak-generated-filter_parameters

Tweak generated default filter_parameters
This commit is contained in:
Rafael França 2020-11-02 12:46:52 -05:00 committed by GitHub
commit 7f912ba27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
]