diff --git a/django/transcendence/settings.py b/django/transcendence/settings.py index b747a7e..bcfc121 100644 --- a/django/transcendence/settings.py +++ b/django/transcendence/settings.py @@ -32,10 +32,10 @@ ALLOWED_HOSTS = ["*"] CORS_ORIGIN_ALLOW_ALL = False -CSRF_TRUSTED_ORIGINS = ["https://django.chauvet.pro"] +CSRF_TRUSTED_ORIGINS = ["https://localhost:1443"] CORS_ORIGIN_WHITELIST = ( - 'http://localhost:8000', + 'https://localhost:1443', ) # Application definition