From 78677c7bbdcc9739f6c10c75935898a20e1acd9e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 6 May 2011 23:34:10 +0200 Subject: update to MediaWiki 1.16.5 --- images/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') 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] -- cgit v1.2.2