- From: CVS User dsinger2 <cvsmail@w3.org>
- Date: Tue, 15 Apr 2014 00:36:38 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv4772
Modified Files:
tracking-dnt.html
Log Message:
Fix for the default DNT header in exceptions, and do not presume that the 't' qualifier is universal
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/04/11 08:40:12 1.269
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2014/04/15 00:36:38 1.270
@@ -1567,8 +1567,8 @@
<li>While the user is browsing a given site (top-level origin),
and a DNT header is to be sent to a target domain, if the duplet
[top-level origin, target domain] matches any duplet in the
- database, then a DNT:0 header is sent, otherwise DNT:1 is
- sent.</li>
+ database, then a DNT:0 header is sent, otherwise the header (if one
+ is needed) corresponding to the user’s general preference is sent.</li>
</ul>
<p>A pair of duplets [A,B] and [X,Y] match if A matches X and B matches Y.
A pair of values A and X match if and only if one of the following
@@ -1971,9 +1971,10 @@
acquiring an exception with this mechanism MUST make sure that sub-services
it uses acknowledge this constraint by requiring the use of the appropriate
tracking status <a href="#tracking-status-value">value</a> of 'C' (consent),
- and the <a href="#dfn-qualifiers">qualifier</a> "t", from its
- sub-sub-services.</p>
-
+ and an appropriate qualifier defined by the compliance regime(s) that
+ they operate under that indicates this transfer; the
+ <a href="#dfn-qualifiers">qualifier</a> "t" (transferred) is suggested.</p>
+
<p>The permission acquired by the DNT mechanism does not override retention
limitations found in the legal system the content provider or the named
third party are operating in.</p>
Received on Tuesday, 15 April 2014 00:36:39 UTC