summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/images/.htaccess b/images/.htaccess
new file mode 100644
index 00000000..2aea33e0
--- /dev/null
+++ b/images/.htaccess
@@ -0,0 +1,6 @@
+# Protect against bug 28235
+<IfModule rewrite_module>
+ RewriteEngine On
+ RewriteCond %{QUERY_STRING} \.[a-z0-9]{1,4}(#|\?|$) [nocase]
+ RewriteRule . - [forbidden]
+</IfModule>