Add ability to add trusted hosts
This commit is contained in:
parent
567563c969
commit
ae08938367
2 changed files with 13 additions and 0 deletions
|
|
@ -15,4 +15,9 @@ drupal_settings:
|
|||
database: mydatabase
|
||||
username: user
|
||||
password: secret
|
||||
trusted_hosts: # Optional
|
||||
- '^example\.com$'
|
||||
- '^.+\.example\.com$'
|
||||
- '^example\.org$'
|
||||
- '^.+\.example\.org$'
|
||||
```
|
||||
|
|
|
|||
Reference in a new issue