WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
/** APPLY MORE RESTRICTIVE SETTINGS FOR WEBSITE BAKER + only allow file types: only textfiles (no PHP, Javascript or HTML files per default) + only allows images type: bmp, gif, jpges, jpg and png + only allows flash types: swf, flv (no fla ... flash action script per default) + only allows media types: swf, flv, jpg, gif, jpeg, png, avi, mgp, mpeg*/$Config['AllowedExtensions']['File'] = ['pdf','zip','csv','pptx','txt'];$Config['DeniedExtensions']['File'] = ['html','htm','php','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','htaccess','asis'];$Config['FileTypesPath']['File'] = $Config['UserFilesPath'];$Config['FileTypesAbsolutePath']['File'] = $Config['UserFilesAbsolutePath'] ;$Config['QuickUploadPath']['File'] = $Config['UserFilesPath'] ;$Config['QuickUploadAbsolutePath']['File'] = $Config['UserFilesAbsolutePath'] ;$Config['AllowedExtensions']['Image'] = ['bmp','gif','jpeg','jpg','png','ico','pdf','zip'];$Config['DeniedExtensions']['Image'] = [];