aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-09 13:59:22 -0800
committerFriendika <info@friendika.com>2010-11-09 13:59:22 -0800
commitb4c7b6a77a83f88277fd4bd95fd00defe61f2e64 (patch)
treede793567d04900564bfeb22b475d3cf31f6f525f /.htaccess
parent098478e3a59b9283dea2591807d99c24ea6f8837 (diff)
downloadvolse-hubzilla-b4c7b6a77a83f88277fd4bd95fd00defe61f2e64.tar.gz
volse-hubzilla-b4c7b6a77a83f88277fd4bd95fd00defe61f2e64.tar.bz2
volse-hubzilla-b4c7b6a77a83f88277fd4bd95fd00defe61f2e64.zip
prevent repository leakage on the web
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index e17ea00b2..75b3e7a81 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,7 +2,7 @@
Options -Indexes
AddType application/x-java-archive .jar
-<FilesMatch "\.out">
+<FilesMatch "\.(out|log|git)$">
Deny from all
</FilesMatch>