We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6a4cb commit f79b360Copy full SHA for f79b360
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