diff --git a/wulkanowy/settings.py b/wulkanowy/settings.py index a074ba9..112f90c 100644 --- a/wulkanowy/settings.py +++ b/wulkanowy/settings.py @@ -87,6 +87,8 @@ CORS_ALLOWED_ORIGINS = [ "https://librus.fun", ] +CORS_ALLOW_CREDENTIALS = True + WSGI_APPLICATION = 'wulkanowy.wsgi.application'