From 30f55b533d1b28bb65eb7bdfd6b88acfb8b9931b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 15 Dec 2024 21:57:05 +0100 Subject: Disabling ocsp-stapling by default due to general abandonment. Signed-off-by: Daniel Baumann --- debian/apache2.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/apache2.postinst b/debian/apache2.postinst index b02f127..43fb3f1 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -57,7 +57,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 hsts modern-cookies modern-ssl no-cache no-frames no-git no-referrer no-sniff ocsp-stapling xss-filtering ; do + csp hsts modern-cookies modern-ssl no-cache no-frames no-git no-referrer no-sniff xss-filtering ; do a2enconf -m -q $conf done fi -- cgit v1.2.3