]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1371878 -- default configuration changes that drop the DNT
authorEric Covener <covener@apache.org>
Mon, 17 Sep 2012 23:47:33 +0000 (23:47 +0000)
committerEric Covener <covener@apache.org>
Mon, 17 Sep 2012 23:47:33 +0000 (23:47 +0000)
header from IE10.

See:
  Message-ID: <CALK=YjMGPNHBqNiad-ghzcEzxDovQgYOpjpSSyXmN=r74v43qg@mail.gmail.com>
  PR 53845

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1386913 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index c0767a391df46809973619dc738a4adc4040fcdb..1372873e4ac1ef32eba0dada6010f1bbbff7c548 100644 (file)
@@ -409,13 +409,3 @@ Include @rel_sysconfdir@/extra/proxy-html.conf
 SSLRandomSeed startup builtin
 SSLRandomSeed connect builtin
 </IfModule>
-
-# Deal with user agents that deliberately violate open standards
-#
-<IfModule setenvif_module>
-BrowserMatch "MSIE 10.0;" bad_DNT
-</IfModule>
-<IfModule headers_module>
-RequestHeader unset DNT env=bad_DNT
-</IfModule>
-