SECURITY: disallow csv as default upload file type

This commit is contained in:
Jeff Atwood 2017-01-10 13:24:10 -08:00
parent 7341b0d03c
commit 0303047446
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ files:
default: 3072
authorized_extensions:
client: true
default: 'jpg|jpeg|png|gif|csv'
default: 'jpg|jpeg|png|gif'
refresh: true
type: list
crawl_images: