]> granicus.if.org Git - apache/commitdiff
Merge r1707831 from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 3 Nov 2015 11:58:58 +0000 (11:58 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 3 Nov 2015 11:58:58 +0000 (11:58 +0000)
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

STATUS
docs/conf/httpd.conf.in

diff --git a/STATUS b/STATUS
index 48f5e510b8e46c8575b0df6c498f8dde54c0ff01..8c552cf928f073ce9b27339773dc8059a0dbe12c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -111,12 +111,6 @@ RELEASE SHOWSTOPPERS:
 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:
index 6e4189137746df5089323aa8bbbfba01a0333f70..966d2c3a47741a930666538f43c1086997bfc292 100644 (file)
@@ -406,15 +406,4 @@ Include @rel_sysconfdir@/extra/proxy-html.conf
 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>