[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Tue Jul 14 19:08:19 UTC 2015
The branch master has been updated
via 10c638d6934c96d52236740fb4f0be12f9a68482 (commit)
from 0aa090920e4b36e3225c7f4d95be499c166d9785 (commit)
- Log -----------------------------------------------------------------
commit 10c638d6934c96d52236740fb4f0be12f9a68482
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Jul 14 21:07:47 2015 +0200
Don't allow anyone to access any .git folder through the web
-----------------------------------------------------------------------
Summary of changes:
.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/.htaccess b/.htaccess
index 5d5d473..92b86ae 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,4 @@
+RedirectMatch 404 .*/\.git/.*
RewriteEngine on
More information about the openssl-commits
mailing list