mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
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:
parent
a0f5177533
commit
dcc8f6e5c6
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ 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.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue