diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index c0767a391df..5b5cced83e0 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -410,12 +410,3 @@ 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
-
-