Skip to content

Commit a687cc0

Browse files
committed
Add trusted_hosts_patterns for tests
1 parent 8ef32cd commit a687cc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/8/7.0/test.settings.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
$settings['cache']['bins']['config'] = 'cache.backend.chainedfast';
1616

1717
$settings['container_yamls'][] = $contrib_path . '/redis/example.services.yml';
18+
19+
$settings['trusted_host_patterns'] = array(
20+
'\\.localhost$', '\\.local$', '\\.loc$'
21+
);

0 commit comments

Comments
 (0)