diff options
author | Joe Chen <jc@unknwon.io> | 2022-07-25 21:38:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 21:38:15 +0800 |
commit | db82024fc72c223a2e21410a0a28b55e22491f32 (patch) | |
tree | 2e3b72a9e210b6b5a4cb987a8411bbad2a4c23be /conf/app.ini | |
parent | 780b33c63961b29b62986b3d4101770f3994b97b (diff) |
netutil: allow using `*` to match any hostname (#7111)
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 027ca206..3c5f9140 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -174,6 +174,7 @@ 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. +; Use "*" to allow all hostnames. LOCAL_NETWORK_ALLOWLIST = [email] |