From 355158409b8194c9c2bc2c545febdc59b3be469b Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:30:40 -0600 Subject: [PATCH] add `TRUSTED_URL_DOMAINS` to the local.env.dist file [skip ci] --- local.env.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.env.dist b/local.env.dist index c09c0e96..a3a695eb 100644 --- a/local.env.dist +++ b/local.env.dist @@ -85,3 +85,6 @@ TRUSTED_IP_ADDRESSES= # See "https://developers.google.com/recaptcha/docs/faq" for test key/secret. RECAPTCHA_SITE_KEY= RECAPTCHA_SECRET= + +# A comma-separated list of domains trusted for redirect. Should include, at a minimum, all logout redirect URL domains. +TRUSTED_URL_DOMAINS=