We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06cae6a commit 5e15263Copy full SHA for 5e15263
docker/settings.py
@@ -2,6 +2,8 @@
2
3
ALLOWED_HOSTS = ['*']
4
5
+SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
6
+
7
try:
8
CSRF_TRUSTED_ORIGINS += ['https://uw.test.instructure.com']
9
except NameError:
0 commit comments