From 2624d523302e6dee3d56c40b57834e8aa04d568e Mon Sep 17 00:00:00 2001 From: hamzawaleed01 Date: Tue, 12 Mar 2024 14:44:23 +0500 Subject: [PATCH] feat: add frontend-app-admin-portal to whitelisted origins --- lms/envs/devstack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index 29369c2da8..43373dabca 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -558,6 +558,7 @@ CSRF_TRUSTED_ORIGINS = [ 'http://localhost:1995', # frontend-app-profile 'http://localhost:1992', # frontend-app-ora 'http://localhost:2002', # frontend-app-discussions + 'http://localhost:1991', # frontend-app-admin-portal ]