X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=images%2F.htaccess;h=4e253b678ac8a70ea0d4cf28c2fbbb0109f296e3;hb=a5be382adfdad4678eec18413c6a118cb3284daf;hp=2aea33e06270cc903d8cab1611d0a480d4610073;hpb=7aeb423a6e1b0548a433ad0c2205563464f3f0c8;p=lhc%2Fweb%2Fwiklou.git diff --git a/images/.htaccess b/images/.htaccess index 2aea33e062..4e253b678a 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +1,9 @@ -# Protect against bug 28235 +# Protect against bug T30235 RewriteEngine On - RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase] + RewriteOptions inherit + RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden] + # Fix for bug T64289 + Options +FollowSymLinks