From bafa16e7ff1b36c04fe83683331136ae42409064 Mon Sep 17 00:00:00 2001 From: Brandon Bodine Date: Thu, 13 Jun 2024 10:29:36 -0600 Subject: [PATCH] chore: update CSRF_TRUSTED_ORIGINS to include MFE --- lms/envs/devstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index a2e3675b51..552d3276a5 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -546,6 +546,7 @@ AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1' # MFEs that will call this service in devstack CSRF_TRUSTED_ORIGINS = [ 'http://localhost:2000', # frontend-app-learning + 'http://localhost:2001', # frontend-app-course-authoring 'http://localhost:1997', # frontend-app-account 'http://localhost:1995', # frontend-app-profile 'http://localhost:1992', # frontend-app-ora