Commit 253f59a5 by Zubair Afzal

Merge pull request #2858 from edx/zub/update-credentials-cors-whitelist

update credentials cors whitelist values
parents 2df194d3 c65133e5
......@@ -124,8 +124,10 @@ CREDENTIALS_FILE_STORAGE_BACKEND:
STATICFILES_STORAGE: 'django.contrib.staticfiles.storage.StaticFilesStorage'
DEFAULT_FILE_STORAGE: 'django.core.files.storage.FileSystemStorage'
# Note: the protocol for CORS whitelist values is necessary for matching the correct origin by nginx
CREDENTIALS_CORS_WHITELIST:
- "{{ CREDENTIALS_DOMAIN }}"
- "http://{{ CREDENTIALS_DOMAIN }}"
- "https://{{ CREDENTIALS_DOMAIN }}"
CREDENTIALS_VERSION: "master"
CREDENTIALS_REPOS:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment