diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-16 10:03:43 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-07-16 10:03:43 +0200 |
commit | 2e25601450315b6343daec1c7b928dabbd4c374d (patch) | |
tree | d5488f70f770c94ba5ce23efc30cae8840fd422d | |
parent | init scripts: Replaced non-POSIX compliant "type -p" calls. (diff) | |
download | apache-2e25601450315b6343daec1c7b928dabbd4c374d.tar.gz apache-2e25601450315b6343daec1c7b928dabbd4c374d.tar.bz2 apache-2e25601450315b6343daec1c7b928dabbd4c374d.zip |
Don't perform SSL exceptions for MSIE anymore.
Bug: https://bugs.gentoo.org/604744
-rw-r--r-- | 2.4/conf/vhosts.d/00_default_ssl_vhost.conf | 5 |
1 files changed, 0 insertions, 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. - <IfModule setenvif_module> - BrowserMatch ".*MSIE.*" \ - nokeepalive ssl-unclean-shutdown \ - downgrade-1.0 force-response-1.0 - </IfModule> ## Per-Server Logging: # The home of a custom SSL log file. Use this when you want a compact |