diff --git a/dojo/settings/.settings.dist.py.sha256sum b/dojo/settings/.settings.dist.py.sha256sum index 79cb4cfb2ea..010373c9855 100644 --- a/dojo/settings/.settings.dist.py.sha256sum +++ b/dojo/settings/.settings.dist.py.sha256sum @@ -1 +1 @@ -d738d221fdbc0b2e04d9ff13d79c6cba52c49adfb81243a278252592a412d246 +fcc15cb97df6ff9ef6752a1fe498502126174285e37d67640a6cc7a83314d951 diff --git a/dojo/settings/settings.dist.py b/dojo/settings/settings.dist.py index 9a8f28b2ddc..cfeacb9a411 100644 --- a/dojo/settings/settings.dist.py +++ b/dojo/settings/settings.dist.py @@ -276,7 +276,7 @@ DD_DELETE_PREVIEW=(bool, True), # List of acceptable file types that can be uploaded to a given object via arbitrary file upload DD_FILE_UPLOAD_TYPES=(list, [".txt", ".pdf", ".json", ".xml", ".csv", ".yml", ".png", ".jpeg", - ".sarif", ".xlsx", ".doc", ".html", ".js", ".nessus", ".zip"]), + ".sarif", ".xlsx", ".doc", ".html", ".js", ".nessus", ".zip", ".fpr"]), # Max file size for scan added via API in MB DD_SCAN_FILE_MAX_SIZE=(int, 100), # When disabled, existing user tokens will not be removed but it will not be