Skip to content

Commit

Permalink
Allow any trusted host locally. (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed Apr 10, 2017
1 parent 6c80864 commit 69c44fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings/default.local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@
*
* See full description in default.settings.php.
*/
# $settings['trusted_host_patterns'] = array(
# '^example\.local$',
# );
$settings['trusted_host_patterns'] = array(
'^.+$',
);

0 comments on commit 69c44fe

Please sign in to comment.