From 714383a063f64fcc7c6a458182c4f9cf5a46df66 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Mon, 14 Mar 2022 22:06:08 +0800 Subject: conf: add allowlist for accessing local network (#6842) --- conf/app.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/app.ini') 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. -- cgit v1.2.3