From 48e13f74eaaeffc0992ac868a38d5ffdb4669b20 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 21 Sep 2014 13:48:48 +0200 Subject: [PATCH] copr-fe: Enable Strict-Transport-Security --- files/copr/fe/httpd/coprs.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/files/copr/fe/httpd/coprs.conf b/files/copr/fe/httpd/coprs.conf index dd4536cfef..ff3269c32c 100644 --- a/files/copr/fe/httpd/coprs.conf +++ b/files/copr/fe/httpd/coprs.conf @@ -25,6 +25,7 @@ WSGISocketPrefix /var/run/wsgi #optimeize on speed SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5 SSLHonorCipherOrder on + Header add Strict-Transport-Security "max-age=15768000" SSLCertificateFile /etc/pki/tls/ca.crt SSLCertificateKeyFile /etc/pki/tls/private/ca.key