We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f1aec commit 260416dCopy full SHA for 260416d
1 file changed
admin/base/settings/defaults.py
@@ -40,8 +40,7 @@
40
CSRF_COOKIE_HTTPONLY = False
41
42
ALLOWED_HOSTS = [
43
- '.osf.io',
44
- 'localhost'
+ '.osf.io'
45
]
46
47
AUTH_PASSWORD_VALIDATORS = [
0 commit comments