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