X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/85968ec4ebf06b4703801ab6bcda724bb4677e0f..87219ebd28426c6d21cb545233ee52f5f7af7dfd:/images/.htaccess diff --git a/images/.htaccess b/images/.htaccess index 2aea33e0..1cc74f42 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +1,6 @@ # Protect against bug 28235 RewriteEngine On - RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase] + RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden]