Issue #2425739 by jacob.embree: Incorrect regex in trusted_host_patterns example

8.0.x
Alex Pott 2015-02-16 14:51:09 +00:00
parent fc01eef111
commit 273e7fc42a
1 changed files with 2 additions and 2 deletions

View File

@ -628,8 +628,8 @@ $settings['container_yamls'][] = __DIR__ . '/services.yml';
* $settings['trusted_host_patterns'] = array( * $settings['trusted_host_patterns'] = array(
* '^example\.com$', * '^example\.com$',
* '^.+\.example\.com$', * '^.+\.example\.com$',
* '^example\.org', * '^example\.org$',
* '^.+\.example\.org', * '^.+\.example\.org$',
* ); * );
* @endcode * @endcode
* will allow the site to run off of all variants of example.com and * will allow the site to run off of all variants of example.com and