feat: add discussions MFE to CSRF Trusted origin list for devstack

This commit is contained in:
Saad Yousaf
2024-02-15 15:40:49 +05:00
committed by Saad Yousaf
parent 63d1848060
commit fa66728a67

View File

@@ -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
]