annotate config/initializers/filter_parameter_logging.rb @ 483:02d043b1967d
Accept file upload instead of binary gzip parameter
author |
nanaya <me@nanaya.pro> |
date |
Sun, 28 Nov 2021 19:54:08 +0900 |
parents |
88fd5722fcb3 |
children |
|
rev |
line source |
431
|
1 # Be sure to restart your server when you modify this file.
|
|
2
|
|
3 # Configure sensitive parameters which will be filtered from the log file.
|
481
|
4 Rails.application.config.filter_parameters += [
|
|
5 :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
|
|
6 ]
|