feat: add authn mfe in csrf trusted origins list (#34397)

This commit is contained in:
Syed Sajjad Hussain Shah
2024-03-21 11:03:04 +05:00
committed by GitHub
parent e7f02fea2e
commit 71396c33a5
2 changed files with 2 additions and 0 deletions

View File

@@ -559,6 +559,7 @@ CSRF_TRUSTED_ORIGINS = [
'http://localhost:1992', # frontend-app-ora
'http://localhost:2002', # frontend-app-discussions
'http://localhost:1991', # frontend-app-admin-portal
'http://localhost:1999', # frontend-app-authn
]