The branch master has been updated
via 10c638d6934c96d52236740fb4f0be12f9a68482 (commit)
from 0aa090920e4b36e3225c7f4d95be499c166d9785 (commit)
- Log -----------------------------------------------------------------
commit 10c638d6934c96d52236740fb4f0be12f9a68482
Author: Richard Levitte <[email protected]>
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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits