chore: wording change requested by code-rabbit

This commit is contained in:
Levi van Noort
2025-11-29 13:13:32 +01:00
parent d06ee44c49
commit e321712d3a
+1 -1
View File
@@ -360,7 +360,7 @@ return [
],
[
'name' => '_APP_TRUSTED_HEADERS',
'description' => 'This option allows you to set the list of trusted headers, the value is a commaseparated list of HTTP header names, evaluated lefttoright for the first valid IP, and that names are treated caseinsensitively',
'description' => 'This option allows you to set the list of trusted headers, the value is a commaseparated list of HTTP header names, evaluated left-to-right for the first valid IP. Header names are treated case-insensitively.',
'introduction' => '1.8.0',
'default' => 'x-forwarded-for',
'required' => false,