Skip to content

Commit 71396c3

Browse files
feat: add authn mfe in csrf trusted origins list (openedx#34397)
1 parent e7f02fe commit 71396c3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cms/envs/devstack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
314314
'http://localhost:3001', # frontend-app-library-authoring
315315
'http://localhost:2001', # frontend-app-course-authoring
316316
'http://localhost:1992', # frontend-app-ora
317+
'http://localhost:1999', # frontend-app-authn
317318
]
318319

319320
#################### Event bus backend ########################

lms/envs/devstack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
559559
'http://localhost:1992', # frontend-app-ora
560560
'http://localhost:2002', # frontend-app-discussions
561561
'http://localhost:1991', # frontend-app-admin-portal
562+
'http://localhost:1999', # frontend-app-authn
562563
]
563564

564565

0 commit comments

Comments
 (0)