From dcc8f6e5c6a3f412ce39392116919c8f94dab85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 30 May 2020 20:51:17 +0200 Subject: [PATCH] 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. --- config/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/parameters.yaml b/config/parameters.yaml index ec9128a7..a6c85ddf 100644 --- a/config/parameters.yaml +++ b/config/parameters.yaml @@ -36,8 +36,8 @@ parameters: ###################################################################################################################### # 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.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.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: 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