Issue #2425739 by jacob.embree: Incorrect regex in trusted_host_patterns example
parent
fc01eef111
commit
273e7fc42a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue