From 75abb5292328bdb07a91ad7229a121ab3446569d Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 17 Apr 2011 11:49:55 +0200 Subject: update to MediaWiki 1.16.4 --- images/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 images/.htaccess (limited to 'images') diff --git a/images/.htaccess b/images/.htaccess new file mode 100644 index 00000000..2aea33e0 --- /dev/null +++ b/images/.htaccess @@ -0,0 +1,6 @@ +# Protect against bug 28235 + + RewriteEngine On + RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase] + RewriteRule . - [forbidden] + -- cgit v1.2.2