diff --git a/example-settings.yml b/example-settings.yml index 71d65a6..0496c15 100644 --- a/example-settings.yml +++ b/example-settings.yml @@ -14,7 +14,6 @@ dependencies: - djangoldp-conversation - djangoldp-uploader - djangoldp-skill -- corsheaders ldppackages: - djangoldp_i18n @@ -51,24 +50,6 @@ server: MAX_ACTIVITY_RESCHEDULES: 4 USE_I18N: True - MIDDLEWARE: - - 'corsheaders.middleware.CorsMiddleware' - - CORS_ALLOWED_ORIGINS: - - "http://localhost:1234" - - CORS_ALLOW_HEADERS: - - 'accept' - - 'accept-encoding' - - 'authorization' - - 'content-type' - - 'dnt' - - 'origin' - - 'user-agent' - - 'x-csrftoken' - - 'x-requested-with' - - 'dpop' - # defaults to SQLite if not provided #DATABASES: # default: