Skip to content

Commit f79b360

Browse files
committed
kickstart: don't set trusted_host_patterns -- ddev already sets it to '.*'. Fix #36
1 parent 9e6a4cb commit f79b360

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

kickstart/common/web/sites/default/example.settings.local.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
//$config['config_split.config_split.stg']['status'] = TRUE;
2626
//$config['config_split.config_split.pro']['status'] = TRUE;
2727

28-
/** Trusted host configuration. */
29-
$settings['trusted_host_patterns'] = [
30-
'^.+\.localhost$', # localhost access
31-
'apache$',
32-
'nginx$',
33-
];
34-
35-
36-
3728
/** Skip file system permissions hardening. Not a security issue when developing locally. */
3829
$settings['skip_permissions_hardening'] = TRUE;
3930

0 commit comments

Comments
 (0)