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