From: Eric Covener Date: Mon, 17 Sep 2012 23:47:33 +0000 (+0000) Subject: Revert r1371878 -- default configuration changes that drop the DNT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b9a0fa04107515c2928cc844de50ad21ddc7bf;p=thirdparty%2Fapache%2Fhttpd.git Revert r1371878 -- default configuration changes that drop the DNT header from IE10. See: Message-ID: PR 53845 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1386913 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index c0767a391df..1372873e4ac 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 - -# Deal with user agents that deliberately violate open standards -# - -BrowserMatch "MSIE 10.0;" bad_DNT - - -RequestHeader unset DNT env=bad_DNT - -