summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/.htaccess b/roundcubemail/program/.htaccess
new file mode 100644
index 000000000..4ad1b9d12
--- /dev/null
+++ b/roundcubemail/program/.htaccess
@@ -0,0 +1,4 @@
+<IfModule mod_rewrite.c>
+RewriteEngine On
+RewriteRule !^js|.*\.gif$ - [F]
+</IfModule>