Skip to content

CORS configuration

Choose a tag to compare

@asrashley asrashley released this 18 Feb 16:43
· 1388 commits to main since this release

CORS configuration

Rather than hard-coding the list of allowed domains for CORS requests, this release allows settings.py to specify the allowed list of domains in an allowed_domains variable. This can either be a compiled regex or a string.