fix CORS for netlify branch deployments
This commit is contained in:
parent
fa1b47bb63
commit
5079875697
|
@ -6,5 +6,6 @@ ALLOWED_HOSTS = ['api.fediverse.space']
|
|||
|
||||
CORS_ORIGIN_WHITELIST = [
|
||||
'fediverse.space',
|
||||
'staging.fediverse.space'
|
||||
'staging.fediverse.space',
|
||||
'*fediverse-space.netlify.com'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue