X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=images%2F.htaccess;h=1cc74f42b08e9c69adc394252ca14546104d1934;hb=dd653b7365083a0142c397cedaa9fb68a5bb9366;hp=e84a09522ad9865d3a9b75c25680f15b483c54be;hpb=3ef857fe4d25c9e5cfd4d73718988df591cf885d;p=lhc%2Fweb%2Fwiklou.git diff --git a/images/.htaccess b/images/.htaccess index e84a09522a..1cc74f42b0 100644 --- a/images/.htaccess +++ b/images/.htaccess @@ -1,6 +1,6 @@ # Protect against bug 28235 RewriteEngine On - RewriteCond %{QUERY_STRING} \.[a-z]{1,4}$ [nocase] + RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase] RewriteRule . - [forbidden]