Skip to content

Commit 4a710d4

Browse files
🐛 fix typo in settings.disty.py, #10529 (#10534)
1 parent 1a1e5ba commit 4a710d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7b3bb14160f3ffce537d75895ee18cb0a561232fa964bae88b4861f7d289b176
1+
cc2980f490e627893c98386347a15352f883afa4b8908d8e67b0dc126ec70f06

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
DD_DELETE_PREVIEW=(bool, True),
277277
# List of acceptable file types that can be uploaded to a given object via arbitrary file upload
278278
DD_FILE_UPLOAD_TYPES=(list, ['.txt', '.pdf', '.json', '.xml', '.csv', '.yml', '.png', '.jpeg',
279-
'.sarif', '.xslx', '.doc', '.html', '.js', '.nessus', '.zip']),
279+
'.sarif', '.xlsx', '.doc', '.html', '.js', '.nessus', '.zip']),
280280
# Max file size for scan added via API in MB
281281
DD_SCAN_FILE_MAX_SIZE=(int, 100),
282282
# When disabled, existing user tokens will not be removed but it will not be

0 commit comments

Comments
 (0)