dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Improve .htaccess rules to make it less easy to fingerprint roundcube versi...
alecpl
2011-07-02
4b1d5d6e384fc5bddff8ee1c7cb35b8ea9c84bf3
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^js|.*\.gif$ - [F]
</IfModule>