From 7053bcec163a8ceaf89681760700425e5c4f7dbb Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 2 Jul 2011 08:20:15 +0000 Subject: Improve .htaccess rules to make it less easy to fingerprint roundcube version by denying access to files and stoping directory indexes (#1484066) git-svn-id: https://svn.roundcube.net/trunk@4899 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roundcubemail/program/.htaccess (limited to 'roundcubemail/program') 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 @@ + +RewriteEngine On +RewriteRule !^js|.*\.gif$ - [F] + -- cgit v1.2.3