Skip to content
Snippets Groups Projects
Commit 273e7fc4 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent fc01eef1
No related branches found
No related tags found
No related merge requests found
......@@ -628,8 +628,8 @@
* $settings['trusted_host_patterns'] = array(
* '^example\.com$',
* '^.+\.example\.com$',
* '^example\.org',
* '^.+\.example\.org',
* '^example\.org$',
* '^.+\.example\.org$',
* );
* @endcode
* will allow the site to run off of all variants of example.com and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment