|
|
@@ -72,7 +72,7 @@ CHANGELOG_RETENTION = 90
|
|
|
# CORS_ORIGIN_REGEX_WHITELIST. For more information, see https://github.com/ottoyiu/django-cors-headers
|
|
|
CORS_ORIGIN_ALLOW_ALL = False
|
|
|
CORS_ORIGIN_WHITELIST = [
|
|
|
- # 'hostname.example.com',
|
|
|
+ # 'https://hostname.example.com',
|
|
|
]
|
|
|
CORS_ORIGIN_REGEX_WHITELIST = [
|
|
|
# r'^(https?://)?(\w+\.)?example\.com$',
|