CORS configuration
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.