Activate error page hints by default.

They dont leak any useful informations for attackers and can assists users when problems occur, so it is reasonable to make them opt-out.
This commit is contained in:
Jan Böhmer 2020-05-30 20:51:17 +02:00
parent a0f5177533
commit dcc8f6e5c6

View file

@ -36,8 +36,8 @@ parameters:
###################################################################################################################### ######################################################################################################################
# Error pages # Error pages
###################################################################################################################### ######################################################################################################################
partdb.error_pages.admin_email: '' # You can set an email address here, which is shown on an error page, how to contact an administrator partdb.error_pages.admin_email: '' # You can set an email address here, which is shown on an error page, how to contact an administrator
partdb.error_pages.show_help: false # If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them... partdb.error_pages.show_help: true # If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them...
###################################################################################################################### ######################################################################################################################
# Miscellaneous # Miscellaneous