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
-
-