summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-06-06 17:32:46 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-06-06 17:32:46 +0200
commit640cc7280ea44886ed4a15d143c9446254f53b92 (patch)
tree6977b49f98cf3745189fb5541e457c08e3e19b61
parentbdb40d39bd7921a97e530dac3ef0759a6752b5c6 (diff)
Allow access to blank.tif
-rw-r--r--program/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/.htaccess b/program/.htaccess
index 4ad1b9d12..8114af685 100644
--- a/program/.htaccess
+++ b/program/.htaccess
@@ -1,4 +1,4 @@
<IfModule mod_rewrite.c>
RewriteEngine On
-RewriteRule !^js|.*\.gif$ - [F]
+RewriteRule !^js|.*\.[gt]if$ - [F]
</IfModule>