Skip to content

Commit

Permalink
Fixed issue #16154: Not all files imported with custom question theme (
Browse files Browse the repository at this point in the history
…#2409)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed May 19, 2022
1 parent a6e0c85 commit 8484692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/config-defaults.php
Expand Up @@ -91,7 +91,7 @@

// Please be very careful if you want to allow SVG files - there are several XSS dangerous security issues
$config['allowedthemeimageformats'] = 'gif,ico,jpg,png'; // Image file types allowed to be uploaded in the themes section.
$config['allowedthemeuploads'] = 'css,js,map,json,eot,otf,ttf,woff,txt,md,xml,woff2,twig'; // Other file types allowed to be uploaded in the themes section.
$config['allowedthemeuploads'] = 'css,js,map,json,eot,otf,ttf,woff,txt,md,xml,woff2,twig,lss,lsa,lsq,lsg'; // Other file types allowed to be uploaded in the themes section.
$config['allowedfileuploads'] = [
//Documents
'xls', 'doc', 'xlsx', 'docx', 'odt', 'ods', 'pdf',
Expand Down

0 comments on commit 8484692

Please sign in to comment.