|
@@ -343,7 +343,7 @@ WAGTAIL_SITE_NAME = 'My Project'
|
|
# This can be omitted to allow all files, but note that this may present a security risk
|
|
# This can be omitted to allow all files, but note that this may present a security risk
|
|
# if untrusted users are allowed to upload files -
|
|
# if untrusted users are allowed to upload files -
|
|
# see https://docs.wagtail.org/en/stable/advanced_topics/deploying.html#user-uploaded-files
|
|
# see https://docs.wagtail.org/en/stable/advanced_topics/deploying.html#user-uploaded-files
|
|
-WAGTAILDOCS_EXTENSIONS = ['7z', 'bz2', 'csv', 'docx', 'gz', 'key', 'odt', 'pdf', 'pptx', 'rar', 'rtf', 'tar', 'txt', 'xlsx', 'zip']
|
|
|
|
|
|
+WAGTAILDOCS_EXTENSIONS = ['csv', 'docx', 'key', 'odt', 'pdf', 'pptx', 'rtf', 'txt', 'xlsx', 'zip']
|
|
|
|
|
|
# Reverse the default case-sensitive handling of tags
|
|
# Reverse the default case-sensitive handling of tags
|
|
TAGGIT_CASE_INSENSITIVE = True
|
|
TAGGIT_CASE_INSENSITIVE = True
|