From: Brion Vibber Date: Sat, 31 Jan 2004 21:32:00 +0000 (+0000) Subject: Add cmd, vxd, cpl to upload blacklist X-Git-Tag: 1.3.0beta1~1047 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=db820a9f14c58151420c1ed90f6561e2433ea28e;p=lhc%2Fweb%2Fwiklou.git Add cmd, vxd, cpl to upload blacklist --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cce591b7e2..f1b8bf10a3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -211,7 +211,7 @@ $wgFileBlacklist = array( # Other types that may be interpreted by some servers "shtml", "jhtml", "pl", "py", # May contain harmful executables for Windows victims - "exe", "scr", "dll", "msi", "vbs", "bat", "com", "pif" ); + "exe", "scr", "dll", "msi", "vbs", "bat", "com", "pif", "cmd", "vxd", "cpl" ); # This is a flag to determine whether or not to check file extensions on # upload.