Skip to content

Commit 34affdf

Browse files
committed
fix: update CSRF_TRUSTED_ORIGINS to use port 2010 for frontend-app-learning
1 parent 0401bf2 commit 34affdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py_configuration_files/lms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
542542

543543
# MFEs that will call this service in devstack
544544
CSRF_TRUSTED_ORIGINS = [
545-
'http://localhost:3000', # frontend-app-learning
545+
'http://localhost:2010', # frontend-app-learning
546546
'http://localhost:2001', # frontend-app-course-authoring
547547
'http://localhost:1997', # frontend-app-account
548548
'http://localhost:1995', # frontend-app-profile

0 commit comments

Comments
 (0)