We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52404c9 commit b1887d9Copy full SHA for b1887d9
reference/configuration/framework.rst
@@ -340,7 +340,7 @@ the configuration of your web server. One simple solution to avoid these
340
attacks is to whitelist the hosts that your Symfony application can respond
341
to. That's the purpose of this ``trusted_hosts`` option. If the incoming
342
request's hostname doesn't match one in this list, the application won't
343
-respond and the user will receive a 500 response.
+respond and the user will receive a 400 response.
344
345
.. configuration-block::
346
0 commit comments