diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-04-17 11:49:55 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-04-17 11:49:55 +0200 |
commit | 75abb5292328bdb07a91ad7229a121ab3446569d (patch) | |
tree | 8eb38499cf9dc3a3a413c44ebad4463099f59e54 /images | |
parent | 124299758ca7454561118f466a0470905758924f (diff) |
update to MediaWiki 1.16.4
Diffstat (limited to 'images')
-rw-r--r-- | images/.htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
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 +<IfModule rewrite_module> + RewriteEngine On + RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase] + RewriteRule . - [forbidden] +</IfModule> |