We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3089d4 + f79b360 commit c9a6eafCopy full SHA for c9a6eaf
kickstart/common/web/sites/default/example.settings.local.php
@@ -25,15 +25,6 @@
25
//$config['config_split.config_split.stg']['status'] = TRUE;
26
//$config['config_split.config_split.pro']['status'] = TRUE;
27
28
-/** Trusted host configuration. */
29
-$settings['trusted_host_patterns'] = [
30
- '^.+\.localhost$', # localhost access
31
- 'apache$',
32
- 'nginx$',
33
-];
34
-
35
36
37
/** Skip file system permissions hardening. Not a security issue when developing locally. */
38
$settings['skip_permissions_hardening'] = TRUE;
39
0 commit comments