fix CORS headers
This commit is contained in:
parent
5079875697
commit
dfaf15fb51
|
@ -4,9 +4,4 @@ DEBUG = True
|
|||
|
||||
ALLOWED_HOSTS = ['localhost']
|
||||
|
||||
CORS_ORIGIN_WHITELIST = [
|
||||
'localhost:3000',
|
||||
'localhost:8000',
|
||||
'127.0.0.1',
|
||||
]
|
||||
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
|
@ -7,5 +7,5 @@ ALLOWED_HOSTS = ['api.fediverse.space']
|
|||
CORS_ORIGIN_WHITELIST = [
|
||||
'fediverse.space',
|
||||
'staging.fediverse.space',
|
||||
'*fediverse-space.netlify.com'
|
||||
]
|
||||
CORS_ORIGIN_REGEX_WHITELIST = (r'^(https?:\/\/)?(\w+\.)?(.*)?fediverse-space\.netlify\.com\/?$', )
|
||||
|
|
Loading…
Reference in a new issue