kojipkgs: Add HSTS header

This commit is contained in:
Till Maas 2015-02-19 23:58:27 +01:00
parent 6670a9fb9f
commit 565fb7deb5

View file

@ -58,3 +58,5 @@ Alias /rhel /mnt/fedora_koji/rhel
Require all granted
</Directory>
# Set HSTS header via HTTP since it cannot be easily set in squid, which terminates HTTPS
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"