Commit 731adb71 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Merge r1707831 from trunk:

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
parent 433de83d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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:
+0 −11
Original line number Diff line number Diff line
@@ -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>