summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-09-17 23:47:33 +0000
committerEric Covener <covener@apache.org>2012-09-17 23:47:33 +0000
commit5d491ab1ff365625ad9084abc8c6d4202ebeec26 (patch)
treebea50a8790f3c89eded968a57c82061f73dfbe08 /docs/conf
parent1100ba4f0f1db4b895c71e7c8f2b38b20c8d3ab6 (diff)
downloadhttpd-5d491ab1ff365625ad9084abc8c6d4202ebeec26.tar.gz
Revert r1371878 -- default configuration changes that drop the DNT
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
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/httpd.conf.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index c0767a391d..1372873e4a 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -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>
-