From: Roy T. Fielding Date: Sat, 11 Aug 2012 07:51:52 +0000 (+0000) Subject: Apache does not tolerate deliberate abuse of open standards X-Git-Tag: 2.5.0-alpha~6445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8644d93c9e0455a63b43aeebefbc1987bbc204;p=thirdparty%2Fapache%2Fhttpd.git Apache does not tolerate deliberate abuse of open standards git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371878 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 1372873e4ac..c0767a391df 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -409,3 +409,13 @@ 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 + +