Merge "Use Xml::element instead of Html::element for empty elements"
[lhc/web/wiklou.git] / images / .htaccess
index e84a095..1cc74f4 100644 (file)
@@ -1,6 +1,6 @@
 # Protect against bug 28235
 <IfModule rewrite_module>
        RewriteEngine On
-       RewriteCond %{QUERY_STRING} \.[a-z]{1,4}$ [nocase]
+       RewriteCond %{QUERY_STRING} \.[^\\/:*?\x22<>|%]+(#|\?|$) [nocase]
        RewriteRule . - [forbidden]
 </IfModule>