diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:53 +0000 |
commit | 030a72b94175fec0a56e5d1de6adff9390f696de (patch) | |
tree | e00138f286d586f4fd5ea2467aa7a3ed01980f20 /debian/apache2.postinst | |
parent | Setting Content-Security-Policy to "default-src https: 'self'; style-src http... (diff) | |
download | apache2-030a72b94175fec0a56e5d1de6adff9390f696de.tar.xz apache2-030a72b94175fec0a56e5d1de6adff9390f696de.zip |
Setting HSTS options to "max-age=63072000; includeSubDomains; preload".
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.postinst')
-rw-r--r-- | debian/apache2.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index fb856c5..39f7d2b 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -63,7 +63,7 @@ enable_default_conf() if is_fresh_install $@ ; then for conf in charset localized-error-pages other-vhosts-access-log \ security serve-cgi-bin \ - csp ; do + csp hsts ; do a2enconf -m -q $conf done fi |