From 2e25601450315b6343daec1c7b928dabbd4c374d Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 16 Jul 2018 10:03:43 +0200 Subject: Don't perform SSL exceptions for MSIE anymore. Bug: https://bugs.gentoo.org/604744 --- 2.4/conf/vhosts.d/00_default_ssl_vhost.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf index bb39547..6abc21d 100644 --- a/2.4/conf/vhosts.d/00_default_ssl_vhost.conf +++ b/2.4/conf/vhosts.d/00_default_ssl_vhost.conf @@ -170,11 +170,6 @@ Listen 443 # Similarly, one has to force some clients to use HTTP/1.0 to workaround # their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and # "force-response-1.0" for this. - - BrowserMatch ".*MSIE.*" \ - nokeepalive ssl-unclean-shutdown \ - downgrade-1.0 force-response-1.0 - ## Per-Server Logging: # The home of a custom SSL log file. Use this when you want a compact -- cgit v1.2.3-65-gdbad