Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / images / .htaccess
index 2aea33e..4e253b6 100644 (file)
@@ -1,6 +1,9 @@
-# Protect against bug 28235
+# Protect against bug T30235
 <IfModule rewrite_module>
        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
 </IfModule>