Added WHITELIST_BASE_DOMAIN

This commit is contained in:
WardPearce
2026-02-17 20:33:35 +13:00
parent 3f112ada56
commit 48cfff7167
2 changed files with 12 additions and 0 deletions
+5
View File
@@ -48,6 +48,11 @@ services:
# Disable POW Captcha
PUBLIC_CAPTCHA_DISABLED: "false"
# Allows you to whitelist additional domains in proxy.
# Should be comma separated and be the base domain
# e.g. "youtube.com,google.com" NOT "https://youtube.com,https://videos.google.com"
WHITELIST_BASE_DOMAIN: ""
# Allow any domain in proxy
# This shouldn't be used unless you KNOW what your doing
# requires VITE_REGISTRATION_ALLOWED to be false