mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 19:46:23 +00:00
fix: filtrar información personal también
This commit is contained in:
parent
fb4228b873
commit
7f437f9e06
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
||||||
# Configure sensitive parameters which will be filtered from the log file.
|
# Configure sensitive parameters which will be filtered from the log file.
|
||||||
Rails.application.config.filter_parameters += %i[
|
Rails.application.config.filter_parameters += %i[
|
||||||
password passw secret token _key crypt salt certificate otp ssn key
|
password passw secret token _key crypt salt certificate otp ssn key
|
||||||
_pem _ciphertext
|
_pem _ciphertext email
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue