Skip to content

Commit 060f392

Browse files
authored
display_errors config values
1 parent 37d4126 commit 060f392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infrastructure_and_maintenance/security/security_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ You should also make sure that no stack trace is ever visible to end users of pr
186186
Symfony in production mode prevents exception messages from being visible to end users.
187187
However, if Symfony fails to boot properly, such exceptions may end up being visible, including stack traces.
188188
This can be prevented by [disabling error message output in PHP](https://www.php.net/manual/en/language.errors.basics.php).
189-
These `php.ini` configuration values should be used on production sites.
189+
The following `php.ini` configuration values should be used on production sites.
190190
When using [[= product_name_cloud =]], the same settings can be configured in [[= product_name =]]'s `.platform.app.yaml` file.
191191

192192
```ini

0 commit comments

Comments
 (0)