Remove CORS headers from example settings
This commit is contained in:
parent
ea0520e681
commit
d2f9470ca4
@ -14,7 +14,6 @@ dependencies:
|
|||||||
- djangoldp-conversation
|
- djangoldp-conversation
|
||||||
- djangoldp-uploader
|
- djangoldp-uploader
|
||||||
- djangoldp-skill
|
- djangoldp-skill
|
||||||
- corsheaders
|
|
||||||
|
|
||||||
ldppackages:
|
ldppackages:
|
||||||
- djangoldp_i18n
|
- djangoldp_i18n
|
||||||
@ -51,24 +50,6 @@ server:
|
|||||||
MAX_ACTIVITY_RESCHEDULES: 4
|
MAX_ACTIVITY_RESCHEDULES: 4
|
||||||
USE_I18N: True
|
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
|
# defaults to SQLite if not provided
|
||||||
#DATABASES:
|
#DATABASES:
|
||||||
# default:
|
# default:
|
||||||
|
Loading…
Reference in New Issue
Block a user