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 0f5cf62 commit 1bfb932Copy full SHA for 1bfb932
reference/configuration/framework.rst
@@ -349,10 +349,10 @@ respond and the user will receive a 500 response.
349
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
350
351
<framework:config>
352
- <trusted-host>example.com</trusted-host>
353
- <trusted-host>example.org</trusted-host>
+ <framework:trusted-host>example.com</framework:trusted-host>
+ <framework:trusted-host>example.org</framework:trusted-host>
354
<!-- ... -->
355
- </framework>
+ </framework:config>
356
</container>
357
358
.. code-block:: php
0 commit comments