diff --git a/testapi/settings.py b/testapi/settings.py index 43bf2ca..6e518bd 100644 --- a/testapi/settings.py +++ b/testapi/settings.py @@ -191,6 +191,6 @@ CSRF_COOKIE_SAMESITE = 'None' # temp CSRF_COOKIE_SECURE = False SESSION_COOKIE_SAMESITE = 'None' # temp SESSION_COOKIE_SECURE = False -CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', '').split(',') +CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', 'http://localhost:5173').split(',')