From d56018a587fd1dc3a97b05cce757c65e968486f7 Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Thu, 19 Aug 2021 10:25:59 -0400 Subject: [PATCH] fix: Add the devstack domain white list to the account MFE (#28497) Co-authored-by: Simon Chen --- lms/envs/devstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index d28a1dd08f..79a271c22d 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -264,6 +264,7 @@ LOGIN_REDIRECT_WHITELIST.extend([ # BASE_URL=http://localhost:$PORT # as opposed to: # BASE_URL=localhost:$PORT + 'localhost:1997', # frontend-app-account 'localhost:1976', # frontend-app-program-console 'localhost:1994', # frontend-app-gradebook 'localhost:2000', # frontend-app-learning