PR 53845: Remove commented config regarding DNT because the spec now has CR status (confirming our interpretation) and MS has committed to changing their implementation: http://blogs.microsoft.com/on-the-issues/2015/04/03/an-update-on-microsofts-approach-to-do-not-track/
Submitted by: fielding
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1712265 13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- * httpd.conf.in: Remove commented config regarding DNT because the spec
- now has CR status (confirming our interpretation) and MS has committed
- to changing their implementation. PR 53845
- trunk patch: http://svn.apache.org/r1707831
- 2.4.x patch: http://people.apache.org/~minfrin/httpd-dnt-2.4.patch
- +1: fielding, covener, sf
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
-#
-# uncomment out 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>