We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please see this PR: #201
so cms/djangoapps/search_api/views.py ALLOWED_ORIGIN needs to accept domains using Django's sites framework: https://docs.djangoproject.com/en/2.0/ref/contrib/sites/ (yeah, this refs to Django 2.0, that's ok)
ALLOWED_ORIGIN
The text was updated successfully, but these errors were encountered:
Merge pull request #202 from edx/sustaining/security-fixes-5
f87e1d2
Sustaining/security fixes 5
No branches or pull requests
Please see this PR: #201
so cms/djangoapps/search_api/views.py
ALLOWED_ORIGIN
needs to accept domains using Django's sites framework: https://docs.djangoproject.com/en/2.0/ref/contrib/sites/ (yeah, this refs to Django 2.0, that's ok)The text was updated successfully, but these errors were encountered: