From fa66728a67705723bd9cc74d3ccc9ca3bda4b7ae Mon Sep 17 00:00:00 2001 From: Saad Yousaf Date: Thu, 15 Feb 2024 15:40:49 +0500 Subject: [PATCH] feat: add discussions MFE to CSRF Trusted origin list for devstack --- lms/envs/devstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index 6e3f29567f..29369c2da8 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -557,6 +557,7 @@ CSRF_TRUSTED_ORIGINS = [ 'http://localhost:1997', # frontend-app-account 'http://localhost:1995', # frontend-app-profile 'http://localhost:1992', # frontend-app-ora + 'http://localhost:2002', # frontend-app-discussions ]