[web] master update
Richard Levitte
levitte at openssl.org
Wed Sep 11 21:39:34 UTC 2019
The branch master has been updated
via 121a1909bc25d24d6b11c0e3d084ecc5625a1a86 (commit)
from 1cb8b8b472c5bc07856ee2c37fe4e211598d4094 (commit)
- Log -----------------------------------------------------------------
commit 121a1909bc25d24d6b11c0e3d084ecc5625a1a86
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Sep 11 23:39:26 2019 +0200
.htaccess: force .sha256 files to application/binary
-----------------------------------------------------------------------
Summary of changes:
.htaccess | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.htaccess b/.htaccess
index 717f682..653e58d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -21,6 +21,10 @@ ForceType application/binary
ForceType application/binary
</Files>
+<Files *.sha256>
+ForceType application/binary
+</Files>
+
<Files *.asc>
ForceType application/binary
</Files>
More information about the openssl-commits
mailing list