diff --git a/app/conf/app.conf b/app/conf/app.conf index e12073a23a..e8c5731b1c 100755 --- a/app/conf/app.conf +++ b/app/conf/app.conf @@ -2099,6 +2099,15 @@ service_controllers_directory = /service/controllers service_default_action = /search/rest/doSearch service_view_path = /service/views +# ----------------------------------- +# Filtering of text input +# +# Set to filter all entered data through HTMLPurifier +# removing any potentially dangerous markup. This is generally +# a good thing, but significantly impacts performance. You may +# wish to disable it if all user input is trusted. +# ----------------------------------- +purify_all_text_input = 1 # ----------------------------------- # Paths to other config files