From d560d2b9400ddc782397b612c8d3d1f8d352f83d Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 3 Nov 2015 11:58:58 +0000 Subject: [PATCH] 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 --- STATUS | 6 ------ docs/conf/httpd.conf.in | 11 ----------- 2 files changed, 17 deletions(-) diff --git a/STATUS b/STATUS index 48f5e510b8..8c552cf928 100644 --- 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: diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 6e41891377..966d2c3a47 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -406,15 +406,4 @@ Include @rel_sysconfdir@/extra/proxy-html.conf SSLRandomSeed startup builtin SSLRandomSeed connect builtin -# -# 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) -# -# -#BrowserMatch "MSIE 10.0;" bad_DNT -# -# -#RequestHeader unset DNT env=bad_DNT -# -- 2.40.0