We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070f433 commit 9933374Copy full SHA for 9933374
vulnerablecode/settings.py
@@ -36,6 +36,8 @@
36
37
VULNERABLECODE_PASSWORD_MIN_LENGTH = env.int("VULNERABLECODE_PASSWORD_MIN_LENGTH", default=14)
38
39
+CSRF_TRUSTED_ORIGINS = env.list("CSRF_TRUSTED_ORIGINS", default=[])
40
+
41
# SECURITY WARNING: do not run with debug turned on in production
42
DEBUG = env.bool("VULNERABLECODE_DEBUG", default=False)
43
0 commit comments