the xml parameter is now filtered in the diaspora_federation gem

This commit is contained in:
Benjamin Neff 2016-06-21 05:51:33 +02:00
parent e08306dab4
commit 03317bc3ff

View file

@ -1,4 +1,4 @@
# Be sure to restart your server when you modify this 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)