]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR 53845: Remove commented config regarding DNT because the spec now has CR status...
authorRoy T. Fielding <fielding@apache.org>
Fri, 9 Oct 2015 23:25:02 +0000 (23:25 +0000)
committerRoy T. Fielding <fielding@apache.org>
Fri, 9 Oct 2015 23:25:02 +0000 (23:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707831 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index 47a3183062bcd51d61a2debaf0de516cec013e66..2036685bfeaf12c98c2fa8d69a72e359ef618146 100644 (file)
@@ -414,15 +414,4 @@ Include @rel_sysconfdir@/extra/proxy-html.conf
 SSLRandomSeed startup builtin
 SSLRandomSeed connect builtin
 </IfModule>
-#
-# Uncomment the below to deal with user agents that deliberately
-# violate open standards by misusing DNT (DNT *must* be a specific
-# end-user choice)
-#
-#<IfModule setenvif_module>
-#BrowserMatch "MSIE 10.0;" bad_DNT
-#</IfModule>
-#<IfModule headers_module>
-#RequestHeader unset DNT env=bad_DNT
-#</IfModule>