diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index d1227a28..6ae3dd1c 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -173,6 +173,8 @@ COOKIE_SECURE = false ENABLE_LOGIN_STATUS_COOKIE = false ; The cookie name to store user login status. LOGIN_STATUS_COOKIE_NAME = login_status +; A comma separated list of hostnames that are explicitly allowed to be accessed within the local network. +LOCAL_NETWORK_ALLOWLIST = [email] ; Whether to enable the email service. |