diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-05-06 23:34:10 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-05-06 23:34:10 +0200 |
commit | 78677c7bbdcc9739f6c10c75935898a20e1acd9e (patch) | |
tree | 1c0710a98e60f3cf988def7a2879e3489269cb91 /images | |
parent | 75abb5292328bdb07a91ad7229a121ab3446569d (diff) |
update to MediaWiki 1.16.5
Diffstat (limited to 'images')
-rw-r--r-- | images/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
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 <IfModule rewrite_module> RewriteEngine On - RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase] + RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] </IfModule> |