mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-18 03:21:36 +02:00
harden the trusted hosts
This commit is contained in:
parent
9d2046f43f
commit
760ec301e3
@ -15,6 +15,7 @@ $config['enable_spellcheck'] = true;
|
||||
$config['spellcheck_engine'] = 'pspell';
|
||||
$config['session_lifetime'] = {{ SESSION_TIMEOUT_MINUTES | int }};
|
||||
$config['request_path'] = '{{ WEB_WEBMAIL or "none" }}';
|
||||
$config['trusted_host_patterns'] = [ {{ HOSTNAMES.split(",") | map("tojson") | join(',') }}];
|
||||
|
||||
// Mail servers
|
||||
$config['imap_host'] = '{{ FRONT_ADDRESS or "front" }}:10143';
|
||||
|
Loading…
Reference in New Issue
Block a user