From db820a9f14c58151420c1ed90f6561e2433ea28e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 31 Jan 2004 21:32:00 +0000 Subject: [PATCH] Add cmd, vxd, cpl to upload blacklist --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1