the xml parameter is now filtered in the diaspora_federation gem
This commit is contained in:
parent
e08306dab4
commit
03317bc3ff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
# 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 += [:password, :xml,:message, :text, :bio]
|
Rails.application.config.filter_parameters += %i(password message text bio)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue